UBinarySizeMultiply Method

Returns the product of two UBinarySize values.

Definition

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

Parameters

left  UBinarySize
The first value to multiply.
right  UBinarySize
The second value to multiply.

Return Value

UBinarySize
The product of the left and right parameters.

Exceptions

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

See Also