getLong

expect fun getLong(index: Int): Long(source)

Gets value at the given index as a long. 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 long value.

Parameters

index

the index. This value must not exceed the bounds of the array.

actual fun getLong(index: Int): Long(source)
actual fun getLong(index: Int): Long(source)