BoxedIce.ServerDensity.Agent.Checks.DriveInfoBasedDiskUsageCheck.Gigabytes C# (CSharp) Méthode

Gigabytes() protected méthode

protected Gigabytes ( ulong value ) : ulong
value ulong
Résultat ulong
        protected ulong Gigabytes(ulong value)
        {
            return value / 1024 / 1024 / 1024;
        }
DriveInfoBasedDiskUsageCheck