psp must return the value of ψt=ddtψt for a given value of its argument.

Syntax

C#
public delegate double G02HF_PSP(
	double t
)
Visual Basic
Public Delegate Function G02HF_PSP ( _
	t As Double _
) As Double
Visual C++
public delegate double G02HF_PSP(
	double t
)
F#
type G02HF_PSP = 
    delegate of 
        t : float -> float

Parameters

t
Type: System..::..Double
On entry: the argument for which psp must be evaluated.

See Also