Gets value indicating that this scale is discrete.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
bool IsDiscrete { get; }
Visual Basic (Declaration)
ReadOnly Property IsDiscrete As Boolean
Visual C++
property bool IsDiscrete {
	bool get ();
}

See Also