Exponent
Exponent value of unit prefix
Description
shows
the value of Exponent
10^Exponent
that defines the numerical
value of the unit prefix
.
You can use the unit prefix in conjunction with any built-in or user-defined
units. For example, for the unit Name
mole
, specify
as picomole
to use the Exponent
, -12
.
Characteristics
Applies to | Object: Unit prefix |
Data type | double |
Data values | Real number. Default is |
Access | Read/write |
Examples
This example shows you how to create a user-defined unit prefix,
add it to the user-defined library, and query the Exponent
property.
Create a unit prefix.
unitprefixObj1 = sbiounitprefix('peta', 15);
Add the unit prefix to the user-defined library.
sbioaddtolibrary(unitprefixObj1);
Query the
Exponent
property.get(unitprefixObj1, 'Exponent') ans = 15
See Also
get
, sbioaddtolibrary
, sbiounitprefix
, set
, UnitPrefix object