UnsignedRational Members

The UnsignedRational type exposes the following members.

Constructors

Name Description
Public method UnsignedRational Overloaded.

Initializes a new instance of the UnsignedRational class.

Methods

Name Description
Public method Equals

Tests whether the specified object is a UnsignedRational instance and is equivalent to this UnsignedRational.

(Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode

Returns a hash code for this UnsignedRational.

(Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString

Returns a string that represents the current object.

(Overrides Object.ToString().)

Operators

Name Description
Public operator Static member Equality

Tests whether two specified UnsignedRational instances are equivalent.

Public operator Static member Inequality

Tests whether two specified UnsignedRational instances are different.

Properties

Name Description
Public property Dividend

Gets or sets a dividend of the rational number.

Public property Divider

Gets or sets a divider of the rational number.

See Also

Reference