SkipFrequencyGroupStyleInt32ValueSetter Delegate |
Represents a delegate that stores an integer value.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate void Int32ValueSetter(
int c
)
Parameters
- c Int32
- The value to store.
See Also