|
Vector3IsNaN Property
|
Gets a value indicating whether this vector is NaN vector.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool IsNaN { get; }
Public ReadOnly Property IsNaN As Boolean
Get
public:
property bool IsNaN {
bool get ();
}
member IsNaN : bool with get
Property Value
Type:
Boolean
See Also