- java.lang.Object
-
- org.mp4parser.tools.Mp4Math
-
-
Constructor Summary
Constructors
| Constructor and Description |
Mp4Math() |
-
Method Summary
All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static int |
gcd(int a,
int b) |
static long |
gcd(long a,
long b) |
static int |
lcm(int a,
int b) |
static long |
lcm(long[] input) |
static long |
lcm(long a,
long b) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2020. All rights reserved.