Returns the total number in the group for the specified group value.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int GetGroupTotal(
	double groupValue
)
Visual Basic (Declaration)
Public Overridable Function GetGroupTotal ( _
	groupValue As Double _
) As Integer
Visual C++
public:
virtual int GetGroupTotal(
	double groupValue
)

Parameters

groupValue
Type: System..::.Double
A double specifying the group value.

Return Value

An int representing the total number in the group which has value groupValue.

See Also