RectangularImplicit Conversion (UnitRectangular to Rectangular) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.UnitRectangular
The set of UnitRectangular coordinates.
Return Value
Type:
RectangularThe resulting set of
Rectangular coordinates.
See Also