FixedPoint.ToSingle Method
Converts the current number to a Single.
Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
Syntax
'Declaration
Public Function ToSingle ( _
provider As IFormatProvider _
) As Single
'Usage
Dim instance As FixedPoint
Dim provider As IFormatProvider
Dim returnValue As Single
returnValue = instance.ToSingle(provider)
public float ToSingle (
IFormatProvider provider
)
public:
virtual float ToSingle (
IFormatProvider^ provider
) sealed
public final float ToSingle (
IFormatProvider provider
)
public final function ToSingle (
provider : IFormatProvider
) : float
Not applicable.
Parameters
- provider
A IFormatProvider to control formatting.
Return Value
A Single.
Platforms
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Compact Framework
Supported in: 2.0
See Also
Reference
FixedPoint Structure
FixedPoint Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace