UBinarySizeSubtract Method

Subtracts one UBinarySize value from another.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public static UBinarySize Subtract(
	UBinarySize left,
	UBinarySize right
)

Parameters

left  UBinarySize
The value to subtract from.
right  UBinarySize
The value to subtract.

Return Value

UBinarySize
The result of subtracting right from left.

Exceptions

OverflowException The result of the operation is greater than MaxValue or less than MinValue.

See Also