getDoubleField( )

Gets the doubles value for a field in an AGDBSet object.

Interface

AGDBSet

IDL definition
double getDoubleField(const String name);
ADO equivalent

Fields collection on RecordSet

JavaScript synopsis
gDBSet.getDoubleField("doubleField");
C synopsis
PODSDouble getDoubleField(const String name);
Parameters
  • gDbset   The AGDBSet object.

  • name   [in] The name of the field.

Returns

The doubles value for the field.

See also

setDoubleField( )