VolumeSubtraction(Volume, Int32) Operator

Subtracts two values to compute their difference.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Volume operator -(
	Volume left,
	int right
)

Parameters

left  Volume
The value from which right is subtracted.
right  Int32
The value which is subtracted from left.

Return Value

Volume
The value of right subtracted from left.

Implements

ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)

See Also