ImageProperties 1.0 control documentation

Multiplies two specified Int32Fraction values. The same as operator * (for VB.NET compatibility)

[Visual�Basic]
returnValue = Int32Fraction.op_Multiply(f1,�f2)
[C#]
public�static�Int32Fraction�operator *(
���Int32Fractionf1,
���Int32Fractionf2
);

Parameters

f1
An Int32Fraction (the multiplicand).
f2
An Int32Fraction (the multiplier).

Return Value

A Int32Fraction value that is the result of multiplying f1 and f2.

See Also

Int32Fraction Class | ElementIT.ImageProperties Namespace