psp must return the value of ψ ′ t = d d t
ψ t for a given value of its argument.
Syntax
C# |
---|
public delegate double G02HF_PSP( double t ) |
Visual Basic (Declaration) |
---|
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.