geoportal-extensions-openlayers
Version:

9 lines • 376 B
TypeScript
export default MathUtils;
declare namespace MathUtils {
function modulo(a: number, b: number): number;
function decimalToDMS(degrees: number, hemispheres: any[], numDigits: number): Object;
function toInteger(s: string, base: Numeric): any;
function isInteger(s: string): boolean;
function toFloat(s: string): any;
}
//# sourceMappingURL=MathUtils.d.ts.map