Returns a new model input containing only the specified rows.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public ModelInput this[
Slice slice
] { get; }
Public ReadOnly Default Property Item (
slice As Slice
) As ModelInput
Get
public:
property ModelInput^ default[Slice slice] {
ModelInput^ get (Slice slice);
}
member Item : ModelInput with get
Parameters
- slice
- Type: Extreme.MathematicsSlice
A slice that specifies the rows to return.
Return Value
Type:
ModelInputA new model input containing only the rows specified
by
slice.
Numerical Libraries
Supported in: 6.0
Reference