| Contents | Index |
c = int64(a)
c = int64(a) returns the built-in int64 value of fi object a, based on its real world value. If necessary, the data is rounded-to-nearest and saturated to fit into an int64.
This example shows the int64 values of a fi object.
a = fi([-pi 0.1 pi],1,64); c = int64(a) c = -3 0 3
int16 | int32 | int8 | storedInteger | uint16 | uint32 | uint64 | uint8

Learn how to apply early verification to your development process through these technical resources.
How much time do you spend on testing to ensure implementation meets system-level requirements?
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |