[Missing <summary> documentation for "M:Gemstone.Numeric.Matrix`1.TransformByValue``1(System.Func{`0,System.Int32,System.Int32,``0})"]
public Matrix<U> TransformByValue<U>(
Func<T, int, int, U> func
)
where U : struct, new(), INumberBase<U>, IComparisonOperators<U, U, bool>
Public Function TransformByValue(Of U As {Structure, New, INumberBase(Of U), IComparisonOperators(Of U, U, Boolean)}) (
func As Func(Of T, Integer, Integer, U)
) As Matrix(Of U)
public:
generic<typename U>
where U : value class, gcnew(), INumberBase<U>, IComparisonOperators<U, U, bool>
Matrix<U> TransformByValue(
Func<T, int, int, U>^ func
)
[Missing <param name="func"/> documentation for "M:Gemstone.Numeric.Matrix`1.TransformByValue``1(System.Func{`0,System.Int32,System.Int32,``0})"]
[Missing <typeparam name="U"/> documentation for "M:Gemstone.Numeric.Matrix`1.TransformByValue``1(System.Func{`0,System.Int32,System.Int32,``0})"]
[Missing <returns> documentation for "M:Gemstone.Numeric.Matrix`1.TransformByValue``1(System.Func{`0,System.Int32,System.Int32,``0})"]