DataReader.ReadSingle Method

Definition

Reads a floating-point value from the input stream.

public:
 virtual float ReadSingle() = ReadSingle;
float ReadSingle();
public float ReadSingle();
function readSingle()
Public Function ReadSingle () As Single

Returns

Single

float

The value.

Implements

Applies to