MCPcopy
hub / github.com/ccxt/ccxt / parseFloat

Method parseFloat

java/lib/src/main/java/io/github/ccxt/Helpers.java:519–525  ·  view source on GitHub ↗
(Object a)

Source from the content-addressed store, hash-verified

517 }
518
519 public static Object parseFloat(Object a) {
520 try {
521 return toDouble(a);
522 } catch (Exception ignored) {
523 return null;
524 }
525 }
526
527 // generic getValue to replace elementAccesses
528 public Object getValue(Object a, Object b) { return GetValue(a, b); }

Callers 15

parseToIntMethod · 0.95
parseToNumericMethod · 0.95
parseFixedFloatValueMethod · 0.95
createOrderMethod · 0.95
editOrderMethod · 0.95
createSwapOrderMethod · 0.95
withdrawMethod · 0.95
transferMethod · 0.95
calculateFeeMethod · 0.95
withdrawMethod · 0.95
customNonceMethod · 0.95

Calls 1

toDoubleMethod · 0.95

Tested by 2

testSafeMethodsMethod · 0.76