Multi diag tools
|
Value type that represents a resistance. More...
#include <Resistance.h>
Public Member Functions | |
constexpr | Resistance () noexcept |
Construct a null resistance. | |
constexpr | Resistance (Double r) noexcept |
Construct a resistance. | |
constexpr | Resistance (double r) noexcept |
Construct a resistance. | |
![]() | |
constexpr | PhysicsType () noexcept=default |
Construct a null value. | |
constexpr | PhysicsType (Double value) noexcept |
Construct a value. | |
constexpr Double | value () const noexcept |
Get value. | |
constexpr bool | isNull () const noexcept |
Check if value is null. | |
constexpr Resistance | operator- () const |
Negation operator. | |
constexpr void | clear () noexcept |
Clear value. | |
Static Public Member Functions | |
static Resistance | fromQVariant (const QVariant &r) |
Get resistance from a QVariant. More... | |
Value type that represents a resistance.
Definition at line 31 of file Resistance.h.
|
inlinestatic |
Get resistance from a QVariant.
If r is null, a null resistance is returned
Definition at line 56 of file Resistance.h.