Click or drag to resize

LengthSubtraction(Length, Length) Operator

Subtracts two values to compute their difference.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Length operator -(
	Length left,
	Length right
)

Parameters

left  Length
The value from which right is subtracted.
right  Length
The value which is subtracted from left.

Return Value

Length
The value of right subtracted from left.

Implements

ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)
See Also