ARTS 2.5.11 (git: 6827797f)
|
Holds half integer values, but only its denominator. More...
#include <quantum_numbers.h>
Public Member Functions | |
constexpr Rational | val () const noexcept |
Returns the value as a Rational, keeping that this is a half-integer. | |
constexpr std::strong_ordering | operator<=> (const HalfIntegerValue &h) const |
Public Attributes | |
Index | x {std::numeric_limits<Index>::lowest()} |
Holds half integer values, but only its denominator.
Definition at line 85 of file quantum_numbers.h.
|
inlineconstexpr |
Definition at line 93 of file quantum_numbers.h.
|
inlineconstexprnoexcept |
Returns the value as a Rational, keeping that this is a half-integer.
Definition at line 89 of file quantum_numbers.h.
References x.
Referenced by Quantum::Number::Value::low(), and Quantum::Number::Value::upp().
Index Quantum::Number::HalfIntegerValue::x {std::numeric_limits<Index>::lowest()} |
Definition at line 86 of file quantum_numbers.h.
Referenced by Quantum::Number::TwoLevelValueHolder::TwoLevelValueHolder(), val(), Quantum::Number::Value::Value(), and Quantum::Number::value_holder().