ImageProperties 1.0 control documentation

Int32Fraction overview

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 Static (Shared) Operators

Addition Operator Adds two specified Int32Fraction values.
Division Operator Divides two specified Int32Fraction values. The same as operator / (for VB.NET compatibility)
Equality Operator Returns a value indicating whether two specified instances of Int32Fraction represent the same value.
Inequality Operator Returns a value indicating whether two specified instances of Int32Fraction represent the different value.
Multiplication Operator Multiplies two specified Int32Fraction values. The same as operator * (for VB.NET compatibility)
Subtraction Operator Subtracts one specified Int32Fraction value from another.
Unary Negation Operator Returns the result of multiplying the specified Int32Fraction value by negative one.

Public Instance Constructors

Int32Fraction Overloaded. Initializes a new instance of the Int32Fraction class.

Public Instance Properties

Denominator Gets or Sets fraction denominator of this instance.
Numerator Gets or Sets fraction numerator of this instance.

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