Returns a vector representation of this unit of the specified length.

Namespace:  CenterSpace.NMath.Charting.Microsoft
Assembly:  NMathChartMicrosoft (in NMathChartMicrosoft.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector ToDoubleVector(
	int length
)
Visual Basic (Declaration)
Public Function ToDoubleVector ( _
	length As Integer _
) As DoubleVector
Visual C++
public:
DoubleVector^ ToDoubleVector(
	int length
)

Parameters

length
Type: System..::.Int32
The vector length.

Return Value

See Also