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