CompositionType
CompositionType
CompositionType
Sets the composition operator.
void CompositionType(
MfCompositionType value // operator type
)Parameters
- value
[in] Composition operator type.
Note
The following operator types are available:
- MinMF (minimum of functions)
- MaxMF (maximum of functions)
- ProdMF (product of functions)
- SumMF (sum of functions)
Last updated on