The numeric field axis of a quantity's character
Synopsis
Declared in <mp‐units/framework/quantity_character.h>
enum class quantity_field : int8_t;
Description
Distinguishes real quantities from complex ones (such as a voltage phasor or a complex permittivity), which affects the operations a quantity admits.
Members
Name |
Description |
|
A quantity represented by a real number. |
|
A quantity represented by a complex number. |
Created with MrDocs