Returns the histogram index for screen coordinates

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

Syntax

C#
public float screen2normalzedHistIndex(
	int yScreenHistIndex
)
Visual Basic
Public Function screen2normalzedHistIndex ( _
	yScreenHistIndex As Integer _
) As Single
Visual C++
public:
float screen2normalzedHistIndex(
	int yScreenHistIndex
)

Parameters

yScreenHistIndex
Type: System..::..Int32
screen coordinates

Return Value

Index

See Also