ICalcValue Methods

The ICalcValue type exposes the following members.

Methods
  NameDescription
Public methodToBool
Returns the objects value converted to a boolean. Only applicable for objects of type Number.
Public methodToDouble
Returns the objects value converted to a double. Only applicable for CalcValue objects of type Number.
Public methodToInt
Returns the objects value converted to an integer. Only applicable for CalcValue objects of type Number.
Public methodToString
Returns the objects value represented as a string.
Top
See Also