UnitCartesianUndefined Property |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic static UnitCartesian Undefined { get; }Public Shared ReadOnly Property Undefined As UnitCartesian
Get
public:
static property UnitCartesian Undefined {
UnitCartesian get ();
}static member Undefined : UnitCartesian with get
Property Value
Type:
UnitCartesian
Remarks
Use
IsUndefined to test whether a
UnitCartesian instance
is undefined since it will return
if any of the coordinate values
are
NaN.
See Also