Rectangular Operators and Type Conversions |
The Rectangular type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds a specified set of Rectangular coordinates to another specified set of Cartesian coordinates.
|
![]() ![]() | Division |
Divides a specified set of Rectangular coordinates by a scalar.
|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | Implicit(UnitRectangular to Rectangular) |
Converts a set of UnitRectangular coordinates to a set of Rectangular coordinates.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|
![]() ![]() | Multiply(Double, Rectangular) |
Multiplies a scalar by a specified set of Rectangular coordinates.
|
![]() ![]() | Multiply(Rectangular, Double) |
Multiplies a specified set of Rectangular coordinates by a scalar.
|
![]() ![]() | Subtraction |
Subtracts a specified set of Rectangular coordinates from another specified set of Rectangular coordinates.
|
![]() ![]() | UnaryNegation |
Negates the specified set of Rectangular coordinates, yielding a new set of Rectangular coordinates.
|