NArrayT, DSetItems1d Method

Set Items

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public void SetItems1d(
	int[] indices,
	D[] values
)

Parameters

indices  Int32
Indices
values  D
Values

Implements

INArrayT, DSetItems1d(Int32, D)

See Also