| Package | Description |
|---|---|
| org.bytedeco.javacpp.chrono |
| Modifier and Type | Method and Description |
|---|---|
Seconds |
Seconds.addPut(Seconds d) |
Seconds |
Seconds.decrement() |
Seconds |
Seconds.increment() |
static Seconds |
Seconds.max() |
static Seconds |
Seconds.min() |
Seconds |
Seconds.modPut(long rhs) |
Seconds |
Seconds.modPut(Seconds rhs) |
Seconds |
Seconds.multiplyPut(long rhs) |
Seconds |
Seconds.negate() |
Seconds |
Seconds.put(Seconds other) |
Seconds |
Seconds.subtractPut(Seconds d) |
static Seconds |
Seconds.zero_() |
| Modifier and Type | Method and Description |
|---|---|
Seconds |
Seconds.addPut(Seconds d) |
private void |
SecondsDouble.allocate(Seconds d) |
private void |
Nanoseconds.allocate(Seconds d) |
private void |
SecondsFloat.allocate(Seconds d) |
private void |
Microseconds.allocate(Seconds d) |
private void |
Milliseconds.allocate(Seconds d) |
Seconds |
Seconds.modPut(Seconds rhs) |
Seconds |
Seconds.put(Seconds other) |
Seconds |
Seconds.subtractPut(Seconds d) |
| Constructor and Description |
|---|
Microseconds(Seconds d) |
Milliseconds(Seconds d) |
Nanoseconds(Seconds d) |
SecondsDouble(Seconds d) |
SecondsFloat(Seconds d) |
Copyright © 2025. All rights reserved.