TraceReader.GetFloat(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A Single value that represents the data at the specified column position.