NVector(Int32, Double) Constructor |
Initializes a vector from a scalar.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
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