Rectangular Conversion (UnitRectangular to Rectangular) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static implicit operator Rectangular (
UnitRectangular coordinates
)
Public Shared Widening Operator CType (
coordinates As UnitRectangular
) As Rectangular
static implicit operator Rectangular (
UnitRectangular coordinates
)
F# does not support the declaration of new casting operators.
Parameters
- coordinates
- Type: AGI.Foundation.CoordinatesUnitRectangular
The set of UnitRectangular coordinates.
Return Value
Type:
RectangularThe resulting set of
Rectangular coordinates.
See Also