ImageProperties 1.0 control documentation

Returns the result of multiplying the specified Int32Fraction value by negative one.

[Visual Basic]
returnValue = Int32Fraction.op_UnaryNegation(f)
[C#]
public static Int32Fraction operator -(
   Int32Fraction f
);

Parameters

f
An Int32Fraction.

Return Value

Aa Int32Fraction with the value of f, but the opposite sign.-or- Zero, if f is zero.

See Also

Int32Fraction Class | ElementIT.ImageProperties Namespace