This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRage.MyFixedPoint
Malware edited this page Dec 25, 2018
·
44 revisions
← Index
private public sealed MyFixedPoint
```csharp
**Namespace:** [VRage](VRage)
**Assembly:** VRage.Library.dll
### Example
### Remarks
###### Fields
|Member|Description|
|---|---|
|[RawValue](VRage.MyFixedPoint.RawValue)||
|[MinValue](VRage.MyFixedPoint.MinValue)||
|[MaxValue](VRage.MyFixedPoint.MaxValue)||
|[Zero](VRage.MyFixedPoint.Zero)||
|[SmallestPossibleValue](VRage.MyFixedPoint.SmallestPossibleValue)||
|[MaxIntValue](VRage.MyFixedPoint.MaxIntValue)||
|[MinIntValue](VRage.MyFixedPoint.MinIntValue)||
###### Methods
|Member|Description|
|---|---|
|[SerializeString()](VRage.MyFixedPoint.SerializeString)|For XmlSerialization, format is 123.456789|
|[DeserializeStringSafe(string)](VRage.MyFixedPoint.DeserializeStringSafe)|For XmlSerialization, format is 123.456789 Handles double and decimal formats too.|
|[DeserializeString(string)](VRage.MyFixedPoint.DeserializeString)||
|[IsIntegral(MyFixedPoint)](VRage.MyFixedPoint.IsIntegral)||
|[Ceiling(MyFixedPoint)](VRage.MyFixedPoint.Ceiling)||
|[Floor(MyFixedPoint)](VRage.MyFixedPoint.Floor)||
|[Min(MyFixedPoint, MyFixedPoint)](VRage.MyFixedPoint.Min)||
|[Max(MyFixedPoint, MyFixedPoint)](VRage.MyFixedPoint.Max)||
|[Round(MyFixedPoint)](VRage.MyFixedPoint.Round)||
|[AddSafe(MyFixedPoint, MyFixedPoint)](VRage.MyFixedPoint.AddSafe)||
|[MultiplySafe(MyFixedPoint, float)](VRage.MyFixedPoint.MultiplySafe)||
|[MultiplySafe(MyFixedPoint, int)](VRage.MyFixedPoint.MultiplySafe)||
|[MultiplySafe(float, MyFixedPoint)](VRage.MyFixedPoint.MultiplySafe)||
|[MultiplySafe(int, MyFixedPoint)](VRage.MyFixedPoint.MultiplySafe)||
|[MultiplySafe(MyFixedPoint, MyFixedPoint)](VRage.MyFixedPoint.MultiplySafe)||
|[ToIntSafe()](VRage.MyFixedPoint.ToIntSafe)||
|[ToString()](VRage.MyFixedPoint.ToString)||
|[GetHashCode()](VRage.MyFixedPoint.GetHashCode)||
|[Equals(object)](VRage.MyFixedPoint.Equals)||Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!