Click or drag to resize

Rectangular Operators and Type Conversions

The Rectangular type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds a specified set of Rectangular coordinates to another specified set of Cartesian coordinates.
Public operatorStatic memberDivision
Divides a specified set of Rectangular coordinates by a scalar.
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic member(UnitRectangular to Rectangular)
Converts a set of UnitRectangular coordinates to a set of Rectangular coordinates.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Public operatorStatic memberMultiply(Double, Rectangular)
Multiplies a scalar by a specified set of set of Rectangular coordinates.
Public operatorStatic memberMultiply(Rectangular, Double)
Multiplies a specified set of Rectangular coordinates by a scalar.
Public operatorStatic memberSubtraction
Subtracts a specified set of Rectangular coordinates from another specified set of Rectangular coordinates.
Public operatorStatic memberUnaryNegation
Negates the specified set of Rectangular coordinates, yielding a new set of Rectangular coordinates.
Top
See Also