IVector.Append Missing Values 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#
The new vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
IVectorThe new vector.