AmoDataReader.GetFloat(Int32) Method

Definition

Gets the single-precision floating point number of the specified ordinal.

public float GetFloat (int ordinal);
abstract member GetFloat : int -> single
override this.GetFloat : int -> single
Public Function GetFloat (ordinal As Integer) As Single

Parameters

ordinal
Int32

The specified ordinal

Returns

The single-precision floating point number of the specified object.

Implements

Applies to