getInt

expect fun getInt(index: Int): Int(source)

The result at the given index as an int

Return

an int value.

Parameters

index

the index of the required value.


expect fun getInt(key: String): Int(source)

The projecting result value for the given key as an integer value Returns 0 if the key doesn't exist.

Return

The integer value.

Parameters

key

The select result key.

actual fun getInt(index: Int): Int(source)
actual fun getInt(key: String): Int(source)
actual fun getInt(index: Int): Int(source)
actual fun getInt(key: String): Int(source)