Constructor using the given coordinates
Namespace:
Cloudster.Samples.VectorND
Assembly:
Cloudster.Samples.VectorND.Role (in Cloudster.Samples.VectorND.Role.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public VectorNDEntity(
double[] coordinates
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
coordinates As Double() _
) |
Visual C++ |
---|
public:
VectorNDEntity(
array<double>^ coordinates
) |
Parameters
- coordinates
- Type: array<
System..::.Double
>[]()[]
Coordinates, the array length determines the number of dimensions
See Also