Click or drag to resize

PointD2DIsNaN Property

Gets a value indicating whether one of the members of this instance is NaN.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsNaN { get; }

Property Value

Boolean
true if one of the members of this instance is NaN; otherwise, false.
See Also