RealArraySetItem3d Method

Definition

Namespace: Metas.UncLibCOM.Core
Assembly: Metas.UncLibCOM.Core (in Metas.UncLibCOM.Core.dll) Version: 2.8.9053.20212
C#
public void SetItem3d(
	int index1,
	int index2,
	int index3,
	RealNumber value
)

Parameters

index1  Int32
 
index2  Int32
 
index3  Int32
 
value  RealNumber
 

Implements

IRealArraySetItem3d(Int32, Int32, Int32, RealNumber)

See Also