If isigma>0, chi must return the value of the weight function χ for a given value of its argument. The value of χ must be non-negative.

Syntax

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

Parameters

t
Type: System..::..Double
On entry: the argument for which chi must be evaluated.

See Also