IntegerParameterFactor Property | |
Gets factor.
Namespace: Lawo.EmberPlusSharp.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax public Nullable<int> Factor { get; }
Property Value
Type:
NullableInt32Remarks If this property is not equal to
null, the value of
Value should be divided by
the value of this property before further processing (e.g. the display on a UI). Vice versa, client code
must multiply with this factor before setting
Value.
See Also