MatrixTOperateByValue Method

Applies the given function to each value of the MatrixT.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.174 -- Release Build+c5b1b4a29589adca9a2c6916813ee5c7c2cee966
public void OperateByValue(
	Func<T, int, int, T> func
)

Parameters

func  FuncT, Int32, Int32, T

See Also