| BinarySize Constructor (UInt64) |
Initializes a new instance of the
BinarySize structure with the specified value.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public BinarySize(
ulong value
)
Public Sub New (
value As ULong
)
public:
BinarySize(
unsigned long long value
)
new :
value : uint64 -> BinarySize
Parameters
- value
- Type: SystemUInt64
The size, in bytes.
See Also