| BinarySizeMultiply Method |
Returns a new
BinarySize object whose value is the product 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 Multiply(
long value
)
Public Function Multiply (
value As Long
) As BinarySize
public:
BinarySize Multiply(
long long value
)
member Multiply :
value : int64 -> BinarySize
Parameters
- value
- Type: SystemInt64
The value to multiply by.
Return Value
Type:
BinarySizeA new object that represents the value of this instance times
value.
See Also