| BinarySizeDivide Method |
Returns a new
BinarySize object whose value is the division of the specified
Int64 object and this instance.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public BinarySize Divide(
long value
)
Public Function Divide (
value As Long
) As BinarySize
public:
BinarySize Divide(
long long value
)
member Divide :
value : int64 -> BinarySize
Parameters
- value
- Type: SystemInt64
The value to divide by.
Return Value
Type:
BinarySizeA new object that represents the value of this instance divided by
value.
See Also