ucv must return the value of the function u for a given value of its argument. The value of u must be non-negative.

Syntax

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

Parameters

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

See Also