 | DoubleVector(DoubleVector) Constructor |
Constructs a deep copy of a DoubleVector.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector(
DoubleVector other
)
Public Sub New (
other As DoubleVector
)
public:
DoubleVector(
DoubleVector^ other
)
new :
other : DoubleVector -> DoubleVector
Parameters
- other DoubleVector
- The other vector.
See Also