TraceReader.GetDouble(Int32) Method

Definition

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

public:
 virtual double GetDouble(int ordinal);
public double GetDouble (int ordinal);
abstract member GetDouble : int -> double
override this.GetDouble : int -> double
Public Function GetDouble (ordinal As Integer) As Double

Parameters

ordinal
Int32

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

Returns

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

Implements

Examples

Readme_Tracer

Applies to