NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Convert.ToSingle (Byte)

Converts a Byte to a Single.

[Visual Basic]
Overloads Public Shared Function ToSingle( _
   ByVal value As Byte _
) As Single
[C#]
public static float ToSingle(
   byte value
);
[C++]
public: static float ToSingle(
   unsigned char value
);
[JScript]
public static function ToSingle(
   value : Byte
) : float;

Parameters

value
The number to be converted.

Return Value

Returns the value as a Single.

See Also

Convert Class | Convert Members | System Namespace | Convert.ToSingle Overload List