Click or drag to resize

SkipFrequencyGroupStyleInt32ValueSetter Delegate

Represents a delegate that stores an integer value.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public delegate void Int32ValueSetter(
	int c
)

Parameters

c  Int32
The value to store.
See Also