Returns the value of this Node.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double GetValue()
Public Overridable Function GetValue As Double
public:
virtual double GetValue()
abstract GetValue : unit -> float
override GetValue : unit -> float
Return Value
Type:
Double
A
double which contains the value of the
Node.
See Also