Main Content

fi Properties

Data properties of the fi object

The fi object has three types of properties: data properties, fimath properties, and numerictype properties. Use data properties to access data in a fi object using dot notation. The data properties of a fi object are always writable.

Data Properties

expand all

Stored integer value of fi object in binary.

Numerical real-world value of fi object.

Stored integer value of fi object in decimal.

Real-world value of fi object stored as a MATLAB® double.

Stored integer value of fi object in hexadecimal.

Stored integer value of fi object stored in a built-in MATLAB integer data type.

Stored integer value of fi object in octal.

Full-precision real-world value of fi object, stored as a character vector.

Note

Specifying the Value property in the fi constructor uses the default RoundingMode and OverflowAction regardless of globalfimath settings. For more information, see fi Constructor Does Not Follow globalfimath Rules.

Version History

Introduced before R2006a

See Also