Click or drag to resize

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
)

Parameters

value
Type: SystemInt64
The value to divide by.

Return Value

Type: BinarySize
A new object that represents the value of this instance divided by value.
See Also