DVector(Double, DVector) Constructor

Creates a vector by concatenating a new value with a suffix vector.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public DVector(
	double newValue,
	DVector suffix
)

Parameters

newValue  Double
New value at the left.
suffix  DVector
Values at the right.

See Also