Rat64 Structure

Public Structure Rat64 
Implements IComparable
This language is not supported or no code example is available.
public struct Rat64 : IComparable
This language is not supported or no code example is available.
public value struct Rat64 : public IComparable^
This language is not supported or no code example is available.
JScript suports the use of structures, but not the declaration of new ones.
This language is not supported or no code example is available.
Name Description
Public property Sign
Top
Methods
 
Name Description
Public method CompareTo(object) Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public method Equals(object) Indicates whether this instance and a specified object are equal.
Public method GetHashCode() Returns the hash code for this instance.
Public method ToString() Returns the fully qualified type name of this instance.
Top
Fields
 
Name Description
Public field A
Public field B
Public field Static MinusOne
Public field Static One
Public field Static Zero
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition