|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <Duration.hpp>
Public 成员函数 | |
| int64_t | integer () const |
| int64_t & | integer () |
| double | fractional () const |
| double & | fractional () |
| double | operator- (const LongDuration &other) const |
| double | minusInSecond (const LongDuration &other) const |
| double | minusInMinute (const LongDuration &other) const |
| double | minusInHour (const LongDuration &other) const |
| double | minusInDay (const LongDuration &other) const |
Public 属性 | |
| int64_t | integer_ |
| double | fractional_ |
长时长
|
inline |
时长减法方法(天)
| other | 另一个时长 |
|
inline |
时长减法方法(分钟)
| other | 另一个时长 |
|
inline |
时长减法方法(秒)
| other | 另一个时长 |
|
inline |
时长减法运算符
| other | 另一个时长 |