| Contents | Index |
extern double ssGetDataTypeBias(SimStruct *S, DTypeId
dataTypeId)
SimStruct representing an S-function block.
Data type ID of the registered data type for which you want to know the bias.
Fixed-point numbers can be represented as
real-world value = (slope × integer) + bias.
This function returns the bias of a registered data type:
For both trivial scaling and power-of-two scaling, 0 is returned.
If the registered data type is ScaledDouble, the bias returned is that of the nonoverridden data type.
This function errors out when ssGetDataTypeIsFxpFltApiCompat returns FALSE.
To use this function, you must include fixedpoint.h and fixedpoint.c. For more information, see Structure of the S-Function.
C
FixPt_DataTypeBias
ssGetDataTypeFixedExponent, ssGetDataTypeFracSlope, ssGetDataTypeTotalSlope

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |