|
Programming Reference for VirtualLab Fusion
2022.1
|
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Association between unit string and corresponding factor.
More...
Public Member Functions | |
| PhysicalUnit (string parString, double parFactor) | |
| Constructor More... | |
| PhysicalUnit (string parString, double parFactor, bool parUseAsOutputUnit) | |
| Constructor More... | |
Static Public Member Functions | |
| static PhysicalUnit | FindDefaultUnit (PhysicalUnit[] units) |
| Finds default unit of units[] More... | |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Association between unit string and corresponding factor.
| PhysicalUnit | ( | string | parString, |
| double | parFactor | ||
| ) |
Constructor
| parString | |
| parFactor |
| PhysicalUnit | ( | string | parString, |
| double | parFactor, | ||
| bool | parUseAsOutputUnit | ||
| ) |
Constructor
| parString | |
| parFactor | |
| parUseAsOutputUnit |
|
static |
Finds default unit of units[]
| units |