Compartir a través de


FixedPoint Members

Represents a 16.16 fixed-point number.

The following tables list the members exposed by the FixedPoint type.

Public Constructors

  Name Description
Public method Supported by the .NET Compact Framework FixedPoint Initializes a new instance of the FixedPoint structure using a specified value.

Top

Public Fields

  Name Description
Public field Static Supported by the .NET Compact Framework MaxValue Represents the largest possible value of a FixedPoint structure. This field is read-only.
Public field Static Supported by the .NET Compact Framework MinValue Represents the smallest possible value of a FixedPoint structure. This field is read-only.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework CompareTo Compares this fixed-point number to a value. This class cannot be inherited.
Public method Supported by the .NET Compact Framework Equals Overloaded. Overridden.  
Public method Static Supported by the .NET Compact Framework FromFixedInt Creates a FixedPoint structure with the specified fixed-point value.
Public method Supported by the .NET Compact Framework GetHashCode Overridden.  
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method Supported by the .NET Compact Framework GetTypeCode Returns the underlying TypeCode for this instance. This class cannot be inherited.
Public method Static Supported by the .NET Compact Framework op_Addition Adds two fixed-point numbers.
Public method Static Supported by the .NET Compact Framework op_Decrement Subtracts 1.0 from the current fixed-point number.
Public method Static Supported by the .NET Compact Framework op_Division Divides two fixed-point numbers.
Public method Static Supported by the .NET Compact Framework op_Equality Tests two fixed-point numbers for equality.
Public method Static Supported by the .NET Compact Framework op_GreaterThan Tests whether a value is greater than another.
Public method Static Supported by the .NET Compact Framework op_GreaterThanOrEqual Tests whether a value is greater than or equal to another.
Public method Static Supported by the .NET Compact Framework op_Implicit Overloaded. Either implicitly converts a Single to a FixedPoint structure, or implicitly converts a FixedPoint structure to a Single.
Public method Static Supported by the .NET Compact Framework op_Increment Adds 1.0 to the current fixed-point number.
Public method Static Supported by the .NET Compact Framework op_Inequality Tests two FixedPoint structures for inequality.
Public method Static Supported by the .NET Compact Framework op_LessThan Tests whether one FixedPoint structure is less than another.
Public method Static Supported by the .NET Compact Framework op_LessThanOrEqual Tests whether one FixedPoint structure is less than or equal to another.
Public method Static Supported by the .NET Compact Framework op_Modulus Computes the remainder value after dividing a FixedPoint value by another FixedPoint value.
Public method Static Supported by the .NET Compact Framework op_Multiply Multiplies two fixed-point numbers.
Public method Static Supported by the .NET Compact Framework op_Subtraction Subtracts two-fixed point numbers.
Public method Static Supported by the .NET Compact Framework op_UnaryNegation Negates a fixed-point number.
Public method Static Supported by the .NET Compact Framework op_UnaryPlus Returns the number unchanged.
Public method Static Supported by the .NET Compact Framework Parse Overloaded. Parses a fixed-point number.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework ToFixedInt Returns the internal representation of the current fixed-point number.
Public method Supported by the .NET Compact Framework ToSingle Converts the current number to a Single.
Public method Supported by the .NET Compact Framework ToString Overloaded. Overridden. Converts the current instance to its string representation.

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToBoolean  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToByte  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToChar  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToDateTime  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToDecimal  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToDouble  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToInt16  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToInt32  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToInt64  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToSByte  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToString  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToType  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToUInt16  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToUInt32  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IConvertible.ToUInt64  

Top

See Also

Reference

FixedPoint Structure
Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Direct3D Programming