Float32Array.Item

Float32Array indexer

Gets or sets the Single at the specified index.

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

Property Value

The Single.

See Also