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

fun must return the value of the integrand f at a specified point.

Syntax

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

Parameters

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

See Also