Returns the histogram of the second scalar

Namespace: Visualisierung_BSP2
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int[] GetS2Histogram(
	int _classCount
)
Visual Basic
Public Function GetS2Histogram ( _
	_classCount As Integer _
) As Integer()
Visual C++
public:
array<int>^ GetS2Histogram(
	int _classCount
)

Parameters

_classCount
Type: System..::..Int32
Number of classes

Return Value

A array with the number of values in each class

See Also