Click or drag to resize
IntegerParameterFactor Property
Gets factor.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public Nullable<int> Factor { get; }

Property Value

Type: NullableInt32
Remarks
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