IVector.Append Missing Values Method
Appends the specified number of missing values to this vector
and returns the result.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The new vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.