RAD Studio VCL Reference
|
Returns a new System::Variant that has the negative value of this System::Variant.
operator -(const rhs: Variant&); operator -(const rhs: AnsiString&); operator -(rhs: Integer); operator -(rhs: double); operator -;
The unary - operator returns a new System::Variant whose value has the opposite sign from this System::Variant (effectively multiplying the System::Variant's value by –1).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|