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