Click or drag to resize

AltaxoVariantIsNativeNumeric Property

Gets a value indicating whether this instance holds a native numeric value, as for instance of type double or DateTime.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsNativeNumeric { get; }

Property Value

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