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