variant_int
Returns the integer portion of a variant
&reftitle.description;
variantvariant_int
mixedvalue
Gets the integer portion of a variant.
&reftitle.parameters;
value
The variant.
&com.variant-arith;
&reftitle.returnvalues;
If value is negative, then the first negative
integer greater than or equal to the variant is returned, otherwise
returns the integer portion of the value of
value.
&reftitle.errors;
Throws a com_exception on failure.
&reftitle.seealso;
variant_fix
variant_round
floor
ceil
round