public final class NumberOutput
extends java.lang.Object
Constructor and Description |
---|
NumberOutput() |
Modifier and Type | Method and Description |
---|---|
static boolean |
notFinite(double value)
Helper method to verify whether given
double value is finite
(regular rational number} or not (NaN or Infinity). |
static boolean |
notFinite(float value)
Helper method to verify whether given
float value is finite
(regular rational number} or not (NaN or Infinity). |
static int |
outputInt(int v,
byte[] b,
int off) |
static int |
outputInt(int v,
char[] b,
int off) |
static int |
outputLong(long v,
byte[] b,
int off) |
static int |
outputLong(long v,
char[] b,
int off) |
static java.lang.String |
toString(double v) |
static java.lang.String |
toString(float v) |
static java.lang.String |
toString(int v) |
static java.lang.String |
toString(long v) |
public static int outputInt(int v, char[] b, int off)
public static int outputInt(int v, byte[] b, int off)
public static int outputLong(long v, char[] b, int off)
public static int outputLong(long v, byte[] b, int off)
public static java.lang.String toString(int v)
public static java.lang.String toString(long v)
public static java.lang.String toString(double v)
public static java.lang.String toString(float v)
public static boolean notFinite(double value)
double
value is finite
(regular rational number} or not (NaN or Infinity).public static boolean notFinite(float value)
float
value is finite
(regular rational number} or not (NaN or Infinity).Copyright © 2010 - 2020 Adobe. All Rights Reserved