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