IVector.AppendMissingValues Method

Appends the specified number of missing values to this vector and returns the result.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
IVector AppendMissingValues(
	int count,
	bool missingFirst
)

Parameters

count  Int32
The number of missing values to add.
missingFirst  Boolean
Specifies whether the missing values should be added before or after the current values.

Return Value

IVector
The new vector.

See Also