FixedPoint Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a 16.16 fixed-point number.

The FixedPoint type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public methodSupported by the .NET Compact Framework CompareTo Compares this fixed-point number to a value. This class cannot be inherited.
Public methodSupported by the .NET Compact Framework Equals Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).)
Protected methodSupported 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.)
Public methodStatic memberSupported by the .NET Compact Framework FromFixedInt Creates a FixedPoint structure with the specified fixed-point value.
Public methodSupported by the .NET Compact Framework GetHashCode Returns the hash code for this instance. (Overrides ValueType.GetHashCode().)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetTypeCode Returns the underlying TypeCode for this instance. This class cannot be inherited.
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact Framework Parse Overloaded. Parses a fixed-point number.
Public methodSupported by the .NET Compact Framework ToFixedInt Returns the internal representation of the current fixed-point number.
Public methodSupported by the .NET Compact Framework ToSingle Converts the current number to a Single.
Public methodSupported by the .NET Compact Framework ToString Overloaded. Converts the current instance to its string representation.

Top

Operators

  Name Description
Public operatorStatic memberSupported by the .NET Compact Framework Addition Adds two fixed-point numbers.
Public operatorStatic memberSupported by the .NET Compact Framework Decrement Subtracts 1.0 from the current fixed-point number.
Public operatorStatic memberSupported by the .NET Compact Framework Division Divides two fixed-point numbers.
Public operatorStatic memberSupported by the .NET Compact Framework Equality Tests two fixed-point numbers for equality.
Public operatorStatic memberSupported by the .NET Compact Framework GreaterThan Tests whether a value is greater than another.
Public operatorStatic memberSupported by the .NET Compact Framework GreaterThanOrEqual Tests whether a value is greater than or equal to another.
Public operatorStatic memberSupported by the .NET Compact Framework Implicit Overloaded. Either implicitly converts a Single to a FixedPoint structure, or implicitly converts a FixedPoint structure to a Single.
Public operatorStatic memberSupported by the .NET Compact Framework Increment Adds 1.0 to the current fixed-point number.
Public operatorStatic memberSupported by the .NET Compact Framework Inequality Tests two FixedPoint structures for inequality.
Public operatorStatic memberSupported by the .NET Compact Framework LessThan Tests whether one FixedPoint structure is less than another.
Public operatorStatic memberSupported by the .NET Compact Framework LessThanOrEqual Tests whether one FixedPoint structure is less than or equal to another.
Public operatorStatic memberSupported by the .NET Compact Framework Modulus Computes the remainder value after dividing a FixedPoint value by another FixedPoint value.
Public operatorStatic memberSupported by the .NET Compact Framework Multiply Multiplies two fixed-point numbers.
Public operatorStatic memberSupported by the .NET Compact Framework Subtraction Subtracts two-fixed point numbers.
Public operatorStatic memberSupported by the .NET Compact Framework UnaryNegation Negates a fixed-point number.
Public operatorStatic memberSupported by the .NET Compact Framework UnaryPlus Returns the number unchanged.

Top

Fields

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

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToBoolean For a description of this member, see IConvertible.ToBoolean.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToByte For a description of this member, see IConvertible.ToByte.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToChar For a description of this member, see IConvertible.ToChar.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToDateTime For a description of this member, see IConvertible.ToDateTime.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToDecimal For a description of this member, see IConvertible.ToDecimal.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToDouble For a description of this member, see IConvertible.ToDouble.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToInt16 For a description of this member, see IConvertible.ToInt16.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToInt32 For a description of this member, see IConvertible.ToInt32.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToInt64 For a description of this member, see IConvertible.ToInt64.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToSByte For a description of this member, see IConvertible.ToSByte.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToString For a description of this member, see IConvertible.ToString.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToType For a description of this member, see IConvertible.ToType.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToUInt16 For a description of this member, see IConvertible.ToUInt16.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToUInt32 For a description of this member, see IConvertible.ToUInt32.
Explicit interface implemetationPrivate methodSupported by the .NET Compact Framework IConvertible.ToUInt64 For a description of this member, see IConvertible.ToUInt64.

Top

See Also

Reference

FixedPoint Structure

Microsoft.WindowsMobile.DirectX.Direct3D Namespace