Create implementation return argument from specified properties and add to implementation for code replacement table entry
creates an implementation return argument from specified properties and adds the
argument to the implementation for a code replacement table.arg
= createAndSetCImplementationReturn(hEntry
,argType
,varargin
)
Implementation return arguments must describe fundamental numeric data types, such
as double
, single
, int32
,
int16
, int8
, uint32
,
uint16
, uint8
, or
boolean
(not fixed-point data types).