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