Integer Property |
The Integer property gets or sets the real part of a numeric value in a Mathcad worksheet as an integer.
long = objMC.Integer
objMC.Integer = long
Element |
Description |
long |
The real part of the value, as a long integer. |
objMC |
A Mathcad Numeric value object. |