Click or drag to resize

VectorD4DIsEmpty Property

Gets a value indicating whether this instance is empty, i.e. all elements are zero.

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

Property Value

Boolean
true if this instance is empty; otherwise, false.
See Also