VectorBuilderTSameAs(VectorT, VectorT) Method |
Create a new vector with a type that can represent and is closest to both provided samples and the dimensions of example.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Vector<T> SameAs(
Vector<T> example,
Vector<T> otherExample
)
Parameters
- example VectorT
- The first example vector.
- otherExample VectorT
- The second example vector.
Return Value
VectorTThe created vector.
See Also