Specify options for data type optimization
The fxpOptimizationOptions
object enables you to specify options
and constraints to use during the data type optimization process.
creates a
opt
= fxpOptimizationOptions()fxpOptimizationOptions
object with default values.
creates an opt
= fxpOptimizationOptions(Name,Value
) fxpOptimizationOptions
object with property values
specified by one or more Name,Value
pair arguments.
Name
must appear inside single quotes (''
).
You can specify several name-value pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
addSpecification | Specify known data types in a system |
addTolerance | Specify numeric tolerance for optimized system |
showSpecifications | Show specifications for a system |
showTolerances | Show tolerances specified for a system |
Handle. To learn how handle classes affect copy operations, see Copying Objects.