ImageProperties 1.0 control documentation

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

[Visual�Basic]
Public�Shared�Function�Negate( _
���ByVal f�As�Int32Fraction�_
)�As�Int32Fraction
[C#]
public�static�Int32Fraction�Negate(
���Int32Fractionf
);

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