Click or drag to resize

ParameterCollectionItem Property (Int32)

Gets the parameter with the given index.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Parameter this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the parameter.

Return Value

Type: Parameter
The requested parameter.
See Also