UBinarySizeFromTebi Method

Returns a UBinarySize that represents the specified number of tebibytes.

Definition

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

Parameters

value  Double
A number of tebibytes.

Return Value

UBinarySize
An object that represents value.

Exceptions

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

See Also