Table of Contents

Method GetFloat

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetFloat(string)

Gets the specified float value.

public float? GetFloat(string columnName)

Parameters

columnName string

The name/label of the column to query.

Returns

float?

The associated value. null if no value is set.

GetFloat(int)

Gets the specified float value.

public float? GetFloat(int columnIndex)

Parameters

columnIndex int

The index of the column to query.

Returns

float?

The associated value. null if no value is set.