Click or drag to resize

DimensionfulQuantityIsEmpty Property

Gets a value indicating whether this instance is empty. It is empty if no unit has been associated so far with this instance.

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

Property Value

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