DVector(Int32, FuncInt32, Double) Constructor |
Creates a vector using a formula to fill its items.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic DVector(
int size,
Func<int, double> f
)
Parameters
- size Int32
- The size of the vector.
- f FuncInt32, Double
- A function defining item content.
See Also