FixedPoint Implicit Conversion Operators
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.]
Either implicitly converts a Single to a FixedPoint structure, or implicitly converts a FixedPoint structure to a Single.
Overload List
Name | Description | |
---|---|---|
![]() ![]() ![]() |
Implicit(FixedPoint to Single) | Converts a FixedPoint structure implicitly to a Single. |
![]() ![]() ![]() |
Implicit(Single to FixedPoint) | Converts a Single implicitly to a FixedPoint structure. |
Top