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

f must return the value of the integrand f at a given point.

Syntax

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

Parameters

x
Type: System..::.Double
On entry: the point at which the integrand f must be evaluated.

See Also