IComplexArrayGetItem3d Method

Definition

Namespace: Metas.UncLibCOM.Core.Interface
Assembly: Metas.UncLibCOM.Core (in Metas.UncLibCOM.Core.dll) Version: 2.8.9053.20212
C#
ComplexNumber GetItem3d(
	int index1,
	int index2,
	int index3
)

Parameters

index1  Int32
 
index2  Int32
 
index3  Int32
 

Return Value

ComplexNumber

See Also