ImageProperties 1.0 control documentation

The methods of the Int32Fraction class are listed below. For a complete list of Int32Fraction class members, see the Int32Fraction Members topic.

Public Static (Shared) Methods

Add Adds two specified Int32Fraction values. The same as operator + (for VB.NET compatibility)
Divide Divides two specified Int32Fraction values.
EqualsOverloaded. Returns a value indicating whether two specified instances of Int32Fraction represent the same value.
Multiply Multiplies two specified Int32Fraction values.
Negate Returns the result of multiplying the specified Int32Fraction value by negative one.
ParseOverloaded. Converts bytes array to Int32Fraction data type.
Subtract Subtracts one specified Int32Fraction value from another. The same as operator - (for VB.NET compatibility)

Public Instance Methods

EqualsOverloaded. Returns a value indicating whether this instance and a specified Object represent the same type and value.
GetHashCode Returns the hash code for this instance.
Simplify Returns new Int32Fraction which represents simplified state of this instance.
ToDouble Converts the value of this instance to the equivalent double-precision floating-point number.
ToSingle Converts the value of this instance to the equivalent single-precision floating-point number.
ToString Converts the numeric value of this instance to its equivalent String representation.

See Also

Int32Fraction Class | ElementIT.ImageProperties Namespace