ILNumerics Ultimate VS

ILMathapplyT Method (BaseArrayT, BaseArrayT, FuncT, T, T)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Binary, elementwise, broadcasting operation: Apply<T>.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<T> apply<T>(
	BaseArray<T> A,
	BaseArray<T> B,
	Func<T, T, T> func
)
where T : class

Parameters

A
Type: ILNumericsBaseArrayT
The one array.
B
Type: ILNumericsBaseArrayT
The other array.
func
Type: SystemFuncT, T, T
The elementary (scalar) function to be used to perform the operation on corresponding elements of A and B.

Type Parameters

T

Return Value

Type: RetArrayT
Result of operating elements of A and B elementwise.
Remarks

[ILNumerics Computing Engine]

See Also

Reference