AdaptiveGradientMap T  Map Method ElecNetKit Documentation
Obtain the nearest coloured match to part of the gradient for the specified value.

Namespace: ElecNetKit.Graphing.AdaptiveGradients
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public T Map(
	double value
)

Parameters

value
Type: OnlineSystem Double
The value to interpolate into the gradient.

Return Value

The nearest mapped object.
See Also