Click or drag to resize

Length Operators and Type Conversions

The Length type exposes the following members.

Operators
  Name Description
Public operator Static member Addition(Length, Length) Returns computed sum of values.
Public operator Static member Division(Length, Length) Returns computed division of values.
Public operator Static member Equality(Length, Length) Compares the two values for equality.
Public operator Static member Exponent(Length, Length) Returns result of first value raised to power of second value.
Public operator Static member GreaterThan(Length, Length) Returns true if left value is greater than right value.
Public operator Static member GreaterThanOrEqual(Length, Length) Returns true if left value is greater than or equal to right value.
Public operator Static member (Double to Length) Implicitly converts value, represented in meters, to a Length.
Public operator Static member (Length to Double) Implicitly converts Length, represented in meters, to a Double.
Public operator Static member Inequality(Length, Length) Compares the two values for inequality.
Public operator Static member LessThan(Length, Length) Returns true if left value is less than right value.
Public operator Static member LessThanOrEqual(Length, Length) Returns true if left value is less or equal to than right value.
Public operator Static member Modulus(Length, Length) Returns computed remainder after dividing first value by the second.
Public operator Static member Multiply(Length, Length) Returns computed product of values.
Public operator Static member Subtraction(Length, Length) Returns computed difference of values.
Top
See Also