FRAMES NO FRAMES

Typedef IloNumFunction

Definition file: ilconcert/ilosys.h

IloNum(* IloNumFunction)(IloNum)

For IBM® ILOG® Solver: the type for a pointer to a numeric function.

This C++ type represents a pointer to a function that takes an argument of type IloNum and returns an object of type IloNum. This type is the type of the function passed as an argument to the function IloMonotonicDecreasingNumExpr.

See Also: