Histogramm-Daten - unterteilt in 10er-Klassen.
Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Private histogramm As UInt32() |
| C# |
|---|
| private uint[] histogramm; |
| C++ |
|---|
| private: array<unsigned int>^ histogramm sealed ; |
| J# |
|---|
| private uint[] histogramm |
| JScript |
|---|
| private histogramm : UInt32[]; |