Click or drag to resize

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
)

Parameters

value
Type: Ookii.JumboBinarySize
The value to subtract.

Return Value

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