LengthModulus Operator

Returns computed remainder after dividing first value by the second.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public static Length operator %(
	Length value1,
	Length value2
)

Parameters

value1  Length
A Length object left hand operand.
value2  Length
A Length object right hand operand.

Return Value

Length
A Length object as the result.

See Also