getInt
The result at the given index interpreted as and an int. Returns 0 if the value cannot be so interpreted.
Return
an int value.
Parameters
the index of the required value.
The result value for the given key as an int Returns 0 if the key doesn't exist or if the value is not a int
Return
The integer value.
Parameters
The select result key.
Gets value at the given index as an int. Floating point values will be rounded. The value true is returned as 1, false as 0. Returns 0 if the value doesn't exist or does not have a numeric value.
Return
the int value.
Parameters
the index. This value must not exceed the bounds of the array.
Gets a property's value as an int. Floating point values will be rounded. The value true is returned as 1, false as 0. Returns 0 if the value doesn't exist or does not have a numeric value.
Return
the int value.
Parameters
the key