Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: ulong Gcd(ulong, ulong)Declarationpublic static ulong Gcd(
ulong a,
ulong b
) SummaryCalculates the greatest common divisor of a and b. |