Click or drag to resize

HistogramData Constructor (Int32, Int32, Int32, Single)

Initializes a new instance of the HistogramData class

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 11.0.0.7658
Syntax
C#
public HistogramData(
	int numValues,
	int indexOffset,
	int dataValueOffset,
	float multiplier
)

Parameters

numValues
Type: SystemInt32

[Missing <param name="numValues"/> documentation for "M:Demo3D.Utilities.HistogramData.#ctor(System.Int32,System.Int32,System.Int32,System.Single)"]

indexOffset
Type: SystemInt32

[Missing <param name="indexOffset"/> documentation for "M:Demo3D.Utilities.HistogramData.#ctor(System.Int32,System.Int32,System.Int32,System.Single)"]

dataValueOffset
Type: SystemInt32

[Missing <param name="dataValueOffset"/> documentation for "M:Demo3D.Utilities.HistogramData.#ctor(System.Int32,System.Int32,System.Int32,System.Single)"]

multiplier
Type: SystemSingle

[Missing <param name="multiplier"/> documentation for "M:Demo3D.Utilities.HistogramData.#ctor(System.Int32,System.Int32,System.Int32,System.Single)"]

See Also