Click or drag to resize

SkipFrequencyGroupStyleInt32FunctionValueGetter Delegate

Represents a delegate that returns an integer function value.

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

Return Value

Int32
The integer value returned by the delegate.
See Also