Gets the scale/bit for the ScalingValue of this DigitalDefinitionBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override sealed double ScalePerBit { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Overrides NotOverridable ReadOnly Property ScalePerBit As Double Get
[EditorBrowsableAttribute(EditorBrowsableState::Never)] public: virtual property double ScalePerBit { double get () override sealed; }
Remarks
Scale/bit for digital values will always be 1.0.