Class DVectorArray2d
Inheritance
DVectorArray2d
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class DVectorArray2d : DVectorArray2<double>, IEnumerable<double>, IEnumerable
Constructors
DVectorArray2d(Double[])
Declaration
public DVectorArray2d(double[] data)
Parameters
Type |
Name |
Description |
Double[] |
data |
|
DVectorArray2d(Int32)
Declaration
public DVectorArray2d(int nCount = 0)
Parameters
Type |
Name |
Description |
Int32 |
nCount |
|
Properties
Item[Int32]
Declaration
public Vector2d this[int i] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Property Value
Methods
AsVector2d()
Declaration
public IEnumerable<Vector2d> AsVector2d()
Returns
Implements