TraceReader.GetFloat(Int32) Method

Definition

Gets a floating point value of the data value at the specified column position.

public:
 virtual float GetFloat(int 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

An Int32 value that specifies the column position of the data.

Returns

A Single value that represents the data at the specified column position.

Implements

Examples

Readme_Tracer

Applies to