Click or drag to resize
MyFixedPoint Structure

[This is preliminary documentation and is subject to change.]

Fixed point number represented as 64-bit integer with 6 decimal places (one millionts)

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public struct MyFixedPoint : IXmlSerializable

The MyFixedPoint type exposes the following members.

Methods
Operators
Fields
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIXmlSerializableGetSchema
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Explicit interface implementationPrivate methodIXmlSerializableReadXml
Generates an object from its XML representation.
Explicit interface implementationPrivate methodIXmlSerializableWriteXml
Converts an object into its XML representation.
Top
See Also