MatrixTTransformByValueU(FuncT, Int32, Int32, U) Method

[Missing <summary> documentation for "M:Gemstone.Numeric.Matrix`1.TransformByValue``1(System.Func{`0,System.Int32,System.Int32,``0})"]

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.166 -- Release Build+615b5375380e2ef684e1623e3d24332fd3a8e571
public Matrix<U> TransformByValue<U>(
	Func<T, int, int, U> func
)
where U : struct, new(), INumberBase<U>, IComparisonOperators<U, U, bool>

Parameters

func  FuncT, Int32, Int32, U

[Missing <param name="func"/> documentation for "M:Gemstone.Numeric.Matrix`1.TransformByValue``1(System.Func{`0,System.Int32,System.Int32,``0})"]

Type Parameters

U

[Missing <typeparam name="U"/> documentation for "M:Gemstone.Numeric.Matrix`1.TransformByValue``1(System.Func{`0,System.Int32,System.Int32,``0})"]

Return Value

MatrixU

[Missing <returns> documentation for "M:Gemstone.Numeric.Matrix`1.TransformByValue``1(System.Func{`0,System.Int32,System.Int32,``0})"]

See Also