Gets whether the data type of summary values is discrete.
public bool IsDiscrete { get; }
Public ReadOnly Property IsDiscrete As Boolean
The IsDiscrete property returns true if the DataType is either a signed or unsigned long integer, integer, a short integer or byte.