CursorWindow.GetShort(Int32, Int32) Method

Definition

Gets the value of the field at the specified row and column index as a short.

[Android.Runtime.Register("getShort", "(II)S", "GetGetShort_IIHandler")]
public virtual short GetShort (int row, int column);
[<Android.Runtime.Register("getShort", "(II)S", "GetGetShort_IIHandler")>]
abstract member GetShort : int * int -> int16
override this.GetShort : int * int -> int16

Parameters

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

The value of the field as a short.

Attributes

Remarks

Gets the value of the field at the specified row and column index as a short.

The result is determined by invoking #getLong and converting the result to short.

Java documentation for android.database.CursorWindow.getShort(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to