Click or drag to resize

UnitCartesianUndefined Property

Gets a set of UnitCartesian coordinates with values of NaN.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static UnitCartesian Undefined { 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