psi must return the value of the ψ function for a given value of its argument.
Syntax
C# |
---|
public delegate double G02HF_PSI( double t ) |
Visual Basic (Declaration) |
---|
Public Delegate Function G02HF_PSI ( _ t As Double _ ) As Double |
Visual C++ |
---|
public delegate double G02HF_PSI( double t ) |
F# |
---|
type G02HF_PSI = delegate of t:float -> float |
Parameters
- t
- Type: System..::.Double
On entry: the argument for which psi must be evaluated.