Sets the data elements of this vector indicated by the given Slice
to the specified value.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexVector Set( Slice slice, FloatComplex d ) |
| Visual Basic (Declaration) |
|---|
Public Function Set ( _ slice As Slice, _ d As FloatComplex _ ) As FloatComplexVector |
| Visual C++ |
|---|
public: FloatComplexVector^ Set( Slice^ slice, FloatComplex d ) |
Parameters
- slice
- Type: CenterSpace.NMath.Core..::.Slice
A view into the vector.
- d
- Type: CenterSpace.NMath.Core..::.FloatComplex
The new value.