Table of Contents

Method GetFloat

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetFloat(int)

Gets the float result for the specified column.

public float GetFloat(int columnIndex)

Parameters

columnIndex int

The 0-based index of the column to query.

Returns

float

The float result. Returns 0.0f on an error.

GetFloat(string)

Gets the float result for the specified column.

public float GetFloat(string columnName)

Parameters

columnName string

The name of the column to fetch the result.

Returns

float

The float result. Returns 0.0f on an error.