Overload | Description |
---|---|
SetValue(Double) | Assigns a System.Double value to the WinCalculator's formula box. |
SetValue(Decimal) | Assigns a System.Decimal value to the WinCalculator's formula box. |
SetValue(Decimal,Int32) | Assigns the significant and exponent value of a number to the WinCalculator's formula box. |
SetValue(Int64) | Assigns a System.Int64 value to the WinCalculator's formula box. |