Returns the value of this Node.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double GetValue()
Visual Basic (Declaration)
Public Overridable Function GetValue As Double
Visual C++
public:
virtual double GetValue()

Return Value

A double which contains the value of the Node.

See Also