BinarySizeFromGibi Method

Returns a BinarySize that represents the specified number of gibibytes.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public static BinarySize FromGibi(
	double value
)

Parameters

value  Double
A number of gibibytes.

Return Value

BinarySize
An object that represents value.

Exceptions

OverflowExceptionvalue is greater than MaxValue or less than MinValue.
ArgumentExceptionvalue is DoubleNaN.

See Also