BinarySizeFromMebi Method
Returns a
BinarySize that represents the specified number of mebibytes.
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.0.0+877c9712c6435bf9adfdb0683d7a434c5604a8f2
public static BinarySize FromMebi(
double value
)
Public Shared Function FromMebi (
value As Double
) As BinarySize
public:
static BinarySize FromMebi(
double value
)
static member FromMebi :
value : float -> BinarySize
- value Double
- A number of mebibytes.
BinarySizeAn object that represents
value.