StaticValue Constructor ElecNetKit Documentation
Initialise a new StaticValue gradient anchor.

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

public StaticValue(
	double d
)

Parameters

d
Type: OnlineSystem Double
The fixed value to anchor the gradient stop to.
See Also