System.Variant.operator /=

From RAD Studio API Documentation
Jump to: navigation, search

C++

Variant& __fastcall operator /=(const Variant& rhs);

Properties

Type Visibility Source Unit Parent
function public sysvari.h System Variant


Description

Divides this Variant by the Variant rhs.

The actual types of the Variants determine the meaning of this operation. If the Variants can be converted to types that make sense for the given operation, the assignment is performed. If any of these operations is not possible because of an invalid variant type conversion, an EVariantError exception is thrown.

See Also