IDataReader.ReadSingle Method

Definition

Reads a floating-point value from the input stream.

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

Returns

Single

float

The value.

Applies to