ICalcValue Methods |
The ICalcValue type exposes the following members.
Methods
Name | Description | |
---|---|---|
ToBool |
Returns the objects value converted to a boolean. Only applicable for objects of type Number.
| |
ToDouble |
Returns the objects value converted to a double. Only applicable for CalcValue objects of type Number.
| |
ToInt |
Returns the objects value converted to an integer. Only applicable for CalcValue objects of type Number.
| |
ToString |
Returns the objects value represented as a string.
|
See Also