Adds an entry to the sample.

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Add(
	params double[] value
)
Public Sub Add ( _
	ParamArray value As Double() _
)
public:
virtual void Add(
	... array<double>^ value
) sealed
abstract Add : 
        value : float[] -> unit 
override Add : 
        value : float[] -> unit 

Parameters

value
array<Double>[]()[][]
The values associated with the entry.

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

See Also