Int16Array.Item

Int16Array indexer

Gets or sets the Int16 at the specified index.

public override short this[int index] { get; set; }
ParameterDescription
indexThe index.

Property Value

The Int16.

See Also