public final class NumberFunctions extends Object
| Constructor and Description |
|---|
NumberFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static Double |
AsDouble(Number value) |
static Float |
AsFloat(Number value) |
static Integer |
AsInteger(Number value) |
static double |
Mantissa(BigDecimal value) |
static double |
Mantissa(double value) |
static double |
Mantissa(float value) |
static double |
Mantissa(int value) |
static double |
Mantissa(long value) |
@Nullable public static Double AsDouble(@Nullable Number value)
@Nullable public static Integer AsInteger(@Nullable Number value)
public static double Mantissa(int value)
public static double Mantissa(long value)
public static double Mantissa(float value)
public static double Mantissa(double value)
public static double Mantissa(BigDecimal value)
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.