 | DoubleVectorSet(Double) Method |
Sets the data elements of this vector to the specified value.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector Set(
double d
)
Public Function Set (
d As Double
) As DoubleVector
public:
DoubleVector^ Set(
double d
)
member Set :
d : float -> DoubleVector
Parameters
- d Double
- The new value.
Return Value
DoubleVectorA reference to self.
See Also