Function ProForeignCurveClassEvalSet
Description
Binds the foreign curve class to the user's evaluation function.
NOTE:
If you call this function with eval_func set to NULL, the class will "unbind" from the previously bound evaluation function.
Synopsis
ProForeignCurveClassEvalSet
(
ProName crv_class
/* (In)
The curve class
*/
/* (In)
The evaluation function
*/
)
Returns
The function successfully bound the class.
The specified class name is NULL, or the class name is empty.
The specified class name was not found, when the eval_func is NULL.
User Guide References
これは役に立ちましたか?