G02.G02HF_PSP Delegate
関数リスト一覧   NagLibrary Namespaceへ  ライブラリイントロダクション  本ヘルプドキュメントのchm形式版

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 (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.

See Also