PointwiseLimitSeries.Deploy Method

Returns a new PointwiseLimitSeries in Deployed mode that retains the scalar CenterLine but discards the analyzed data, index, and pointwise limit vectors.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public PointwiseLimitSeries Deploy()

Return Value

PointwiseLimitSeries
A new PointwiseLimitSeries in Deployed mode.

Exceptions

InvalidOperationException The series is already in deployed mode.

See Also