Overload List
| Name | Description | |
|---|---|---|
| Transform(NMathFunctions..::.FloatFunction) |
Modifies the elements of this vector by applying the given no-argument function to
each element.
| |
| Transform(NMathFunctions..::.FloatUnaryFunction) |
Modifies the elements of this vector by applying the given unary function to
each element.
| |
| Transform(NMathFunctions..::.FloatBinaryFunction, FloatVector) |
Modifies the contents of this vector by applying the given binary function
to each element. The first parameter to the binary function is an element
of self; the second parameter is the corresponding element of the passed vector.
| |
| Transform(NMathFunctions..::.FloatBinaryFunction, Single) |
Modifies the contents of this vector by applying the given binary function
to each element. The first parameter to the binary function is
the vector element; the second parameter is the passed floating point value.
| |
| Transform(NMathFunctions..::.FloatIntFunction, Int32) |
Modifies the contents of this vector by applying the given function
to each element. The first parameter to the function is the vector
element; the second parameter is the passed integer value.
|