NVector(Int32, Double) Constructor |
Initializes a vector from a scalar.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+fe04b3c3b66145837635a6f9e3deae00ddb4c7d9
Syntaxpublic NVector(
int size,
double value
)
Parameters
- size Int32
- Vector length.
- value Double
- Scalar value to be repeated.
RemarksThis constructor is used by the AUSTRA parser.
See Also