Click or drag to resize

Matrix3By3SymmetricUndefined Property

Gets a Matrix3By3Symmetric with elements 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 Matrix3By3Symmetric Undefined { get; }

Property Value

Type: Matrix3By3Symmetric
Remarks
Use IsUndefined to test whether a Matrix3By3Symmetric instance is undefined since it will return if any of the element values are NaN.
See Also