Constructs a DoubleVector instance with the specifed length, stride and
referenced data.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleVector( DoubleDataBlock block, int length, int stride ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ block As DoubleDataBlock, _ length As Integer, _ stride As Integer _ ) |
| Visual C++ |
|---|
public: DoubleVector( DoubleDataBlock^ block, int length, int stride ) |
Parameters
- block
- Type: CenterSpace.NMath.Core..::.DoubleDataBlock
The data to reference.
- length
- Type: System..::.Int32
A non-negative value for the length.
- stride
- Type: System..::.Int32
Distance between vector elements in the data.