variant_int
Returns the integer portion of a variant
&reftitle.description;
variantvariant_int
mixedvariant
Gets the integer portion of a variant.
&reftitle.parameters;
variant
The variant.
&com.variant-arith;
&reftitle.returnvalues;
If variant 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
variant.
&reftitle.errors;
Throws a com_exception on failure.
&reftitle.seealso;
variant_fix
variant_round
floor
ceil
round