NumericParameterTMostDerived, TValueFormula Property | |
Gets formula.
Namespace: Lawo.EmberPlusSharp.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax public string Formula { get; }
Property Value
Type:
StringRemarks The formulas are separated by
\n. If this property is not equal to
null, the value of
Value should be converted with the first formula before further processing (e.g. the display
on a UI). Vice versa, client code must use the second formula before setting
Value.
See Also