CGFunction.CGFunctionEvaluate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate used to specify the callback function of a CGFunction.
public delegate void CGFunction.CGFunctionEvaluate(nfloat* data, nfloat* outData);
type CGFunction.CGFunctionEvaluate = delegate of nativeptr<nfloat> * nativeptr<nfloat> -> unit
Parameters
- data
- nfloat*
- outData
- nfloat*