Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
System Namespace
Convert Class
Convert Methods
ToSingle Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Convert..::.ToSingle Method

Converts a specified value to a single-precision floating-point number.

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Boolean)Converts the specified Boolean value to the equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Byte)Converts the value of the specified 8-bit unsigned integer to the equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Char)Calling this method always throws InvalidCastException.
Public methodStatic memberToSingle(DateTime)Calling this method always throws InvalidCastException.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Decimal)Converts the value of the specified decimal number to an equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Double)Converts the value of the specified double-precision floating-point number to an equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Int16)Converts the value of the specified 16-bit signed integer to an equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Int32)Converts the value of the specified 32-bit signed integer to an equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Int64)Converts the value of the specified 64-bit signed integer to an equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Object)Converts the value of the specified object to a single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(SByte)Converts the value of the specified 8-bit signed integer to the equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Single)Returns the specified single-precision floating-point number; no actual conversion is performed.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(String)Converts the specified string representation of a number to an equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(UInt16)Converts the value of the specified 16-bit unsigned integer to the equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(UInt32)Converts the value of the specified 32-bit unsigned integer to an equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(UInt64)Converts the value of the specified 64-bit unsigned integer to an equivalent single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(Object, IFormatProvider)Converts the value of the specified object to an single-precision floating-point number, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingle(String, IFormatProvider)Converts the specified string representation of a number to an equivalent single-precision floating-point number, using the specified culture-specific formatting information.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker