| BinarySizeSubtract Method |
Returns a new
BinarySize object whose value is the difference of the specified
BinarySize object and this instance.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public BinarySize Subtract(
BinarySize value
)
Public Function Subtract (
value As BinarySize
) As BinarySize
public:
BinarySize Subtract(
BinarySize value
)
member Subtract :
value : BinarySize -> BinarySize
Parameters
- value
- Type: Ookii.JumboBinarySize
The value to subtract.
Return Value
Type:
BinarySizeA new object that represents the value of this instance minus
value.
See Also