예제 #1
0
파일: NativeImpl.cs 프로젝트: noop-dev/DFP
 internal Boolean isGreaterOrEqual(UInt64 a, UInt64 b) => NativeImports.isGreaterOrEqual(a, b);