AltaxoVariantIsNativeNumeric Property |
Gets a value indicating whether this instance holds a native numeric value,
as for instance of type double or DateTime.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsNativeNumeric { get; }
Property Value
Booleantrue if this instance is native numeric; otherwise,
false.
See Also