| BinarySizeInMegabytes Property |
Gets the value of this instance in megabytes.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public double InMegabytes { get; }
Public ReadOnly Property InMegabytes As Double
Get
public:
property double InMegabytes {
double get ();
}
member InMegabytes : float with get
Property Value
Type:
Double
The value of this instance in whole and fractional megabytes (
Value /
Megabyte)
See Also