variant_int
Returns the integer portion of a variant
&reftitle.description;
mixedvariant_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.seealso;
variant_fix
variant_round
floor
ceil
round