public class NFloat extends ValueType
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.InteropServices.NFloat
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.CoreLib
|
static java.lang.String |
className
Qualified class name: System.Runtime.InteropServices.NFloat
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
NFloat() |
NFloat(double value) |
NFloat(java.lang.Object instance)
Internal constructor.
|
NFloat(Single value) |
| Modifier and Type | Method and Description |
|---|---|
static NFloat |
Abs(NFloat value) |
static NFloat |
Acos(NFloat x) |
static NFloat |
Acosh(NFloat x) |
static NFloat |
AcosPi(NFloat x) |
static NFloat |
Asin(NFloat x) |
static NFloat |
Asinh(NFloat x) |
static NFloat |
AsinPi(NFloat x) |
static NFloat |
Atan(NFloat x) |
static NFloat |
Atan2(NFloat y,
NFloat x) |
static NFloat |
Atan2Pi(NFloat y,
NFloat x) |
static NFloat |
Atanh(NFloat x) |
static NFloat |
AtanPi(NFloat x) |
static NFloat |
BitDecrement(NFloat x) |
static NFloat |
BitIncrement(NFloat x) |
static NFloat |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into NFloat, a cast assert is made to check if types are compatible. |
static NFloat |
Cbrt(NFloat x) |
static NFloat |
Ceiling(NFloat x) |
static NFloat |
Clamp(NFloat value,
NFloat min,
NFloat max) |
static NFloat |
ClampNative(NFloat value,
NFloat min,
NFloat max) |
int |
CompareTo(NetObject obj) |
int |
CompareTo(NFloat other) |
static NFloat |
CopySign(NFloat value,
NFloat sign) |
static NFloat |
Cos(NFloat x) |
static NFloat |
Cosh(NFloat x) |
static NFloat |
CosPi(NFloat x) |
static NFloat |
DegreesToRadians(NFloat degrees) |
boolean |
Equals(NFloat other) |
static NFloat |
Exp(NFloat x) |
static NFloat |
Exp10(NFloat x) |
static NFloat |
Exp10M1(NFloat x) |
static NFloat |
Exp2(NFloat x) |
static NFloat |
Exp2M1(NFloat x) |
static NFloat |
ExpM1(NFloat x) |
static NFloat |
Floor(NFloat x) |
static NFloat |
FusedMultiplyAdd(NFloat left,
NFloat right,
NFloat addend) |
static NFloat |
getE() |
static NFloat |
getEpsilon() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static NFloat |
getMaxValue() |
static NFloat |
getMinValue() |
static NFloat |
getNaN() |
static NFloat |
getNegativeInfinity() |
static NFloat |
getNegativeZero() |
static NFloat |
getPi() |
static NFloat |
getPositiveInfinity() |
static int |
getSize() |
static NFloat |
getTau() |
double |
getValue() |
static NFloat |
Hypot(NFloat x,
NFloat y) |
static NFloat |
Ieee754Remainder(NFloat left,
NFloat right) |
static int |
ILogB(NFloat x) |
static boolean |
IsEvenInteger(NFloat value) |
static boolean |
IsFinite(NFloat value) |
static boolean |
IsInfinity(NFloat value) |
static boolean |
IsInteger(NFloat value) |
static boolean |
IsNaN(NFloat value) |
static boolean |
IsNegative(NFloat value) |
static boolean |
IsNegativeInfinity(NFloat value) |
static boolean |
IsNormal(NFloat value) |
static boolean |
IsOddInteger(NFloat value) |
static boolean |
IsPositive(NFloat value) |
static boolean |
IsPositiveInfinity(NFloat value) |
static boolean |
IsPow2(NFloat value) |
static boolean |
IsRealNumber(NFloat value) |
static boolean |
IsSubnormal(NFloat value) |
static NFloat |
Lerp(NFloat value1,
NFloat value2,
NFloat amount) |
static NFloat |
Log(NFloat x) |
static NFloat |
Log(NFloat x,
NFloat newBase) |
static NFloat |
Log10(NFloat x) |
static NFloat |
Log10P1(NFloat x) |
static NFloat |
Log2(NFloat value) |
static NFloat |
Log2P1(NFloat x) |
static NFloat |
LogP1(NFloat x) |
static NFloat |
Max(NFloat x,
NFloat y) |
static NFloat |
MaxMagnitude(NFloat x,
NFloat y) |
static NFloat |
MaxMagnitudeNumber(NFloat x,
NFloat y) |
static NFloat |
MaxNative(NFloat x,
NFloat y) |
static NFloat |
MaxNumber(NFloat x,
NFloat y) |
static NFloat |
Min(NFloat x,
NFloat y) |
static NFloat |
MinMagnitude(NFloat x,
NFloat y) |
static NFloat |
MinMagnitudeNumber(NFloat x,
NFloat y) |
static NFloat |
MinNative(NFloat x,
NFloat y) |
static NFloat |
MinNumber(NFloat x,
NFloat y) |
static NFloat |
MultiplyAddEstimate(NFloat left,
NFloat right,
NFloat addend) |
static NFloat |
Parse(java.lang.String s) |
static NFloat |
Parse(java.lang.String s,
IFormatProvider provider) |
static NFloat |
Parse(java.lang.String s,
NumberStyles style) |
static NFloat |
Parse(java.lang.String s,
NumberStyles style,
IFormatProvider provider) |
static NFloat |
Pow(NFloat x,
NFloat y) |
static NFloat |
RadiansToDegrees(NFloat radians) |
static NFloat |
ReciprocalEstimate(NFloat x) |
static NFloat |
ReciprocalSqrtEstimate(NFloat x) |
static NFloat |
RootN(NFloat x,
int n) |
static NFloat |
Round(NFloat x) |
static NFloat |
Round(NFloat x,
int digits) |
static NFloat |
Round(NFloat x,
int digits,
MidpointRounding mode) |
static NFloat |
Round(NFloat x,
MidpointRounding mode) |
static NFloat |
ScaleB(NFloat x,
int n) |
void |
setJCOInstance(JCObject instance) |
static int |
Sign(NFloat value) |
static NFloat |
Sin(NFloat x) |
static NFloat |
Sinh(NFloat x) |
static NFloat |
SinPi(NFloat x) |
static NFloat |
Sqrt(NFloat x) |
static NFloat |
Tan(NFloat x) |
static NFloat |
Tanh(NFloat x) |
static NFloat |
TanPi(NFloat x) |
java.lang.String |
ToString(IFormatProvider provider) |
java.lang.String |
ToString(java.lang.String format) |
java.lang.String |
ToString(java.lang.String format,
IFormatProvider provider) |
static NFloat |
Truncate(NFloat x) |
static boolean |
TryParse(java.lang.String s,
IFormatProvider provider,
JCORefOut<NFloat> result) |
static boolean |
TryParse(java.lang.String s,
JCORefOut<NFloat> result) |
static boolean |
TryParse(java.lang.String s,
NumberStyles style,
IFormatProvider provider,
JCORefOut<NFloat> result) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public NFloat()
throws java.lang.Throwable
java.lang.Throwablepublic NFloat(double value)
throws java.lang.Throwable
java.lang.Throwablepublic NFloat(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic NFloat(Single value) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat Abs(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat Atan2(NFloat y, NFloat x) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat Atan2Pi(NFloat y, NFloat x) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat BitDecrement(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat BitIncrement(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into NFloat, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedNFloat instancejava.lang.Throwable - in case of error during cast operationpublic static NFloat Ceiling(NFloat x) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat Clamp(NFloat value, NFloat min, NFloat max) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
public static NFloat ClampNative(NFloat value, NFloat min, NFloat max) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
public int CompareTo(NetObject obj) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
public int CompareTo(NFloat other) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat CopySign(NFloat value, NFloat sign) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat CosPi(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat DegreesToRadians(NFloat degrees) throws java.lang.Throwable
java.lang.Throwablepublic boolean Equals(NFloat other) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat Exp10M1(NFloat x) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat FusedMultiplyAdd(NFloat left, NFloat right, NFloat addend) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat getE() throws java.lang.Throwable
java.lang.Throwablepublic static NFloat getEpsilon() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ValueTypeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ValueTypeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ValueTypeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ValueTypeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ValueTypeJCType representing the CLR Type of the instantiated Classpublic static NFloat getMaxValue() throws java.lang.Throwable
java.lang.Throwablepublic static NFloat getMinValue() throws java.lang.Throwable
java.lang.Throwablepublic static NFloat getNaN() throws java.lang.Throwable
java.lang.Throwablepublic static NFloat getNegativeInfinity() throws java.lang.Throwable
java.lang.Throwablepublic static NFloat getNegativeZero() throws java.lang.Throwable
java.lang.Throwablepublic static NFloat getPi() throws java.lang.Throwable
java.lang.Throwablepublic static NFloat getPositiveInfinity() throws java.lang.Throwable
java.lang.Throwablepublic static int getSize()
throws java.lang.Throwable
java.lang.Throwablepublic static NFloat getTau() throws java.lang.Throwable
java.lang.Throwablepublic double getValue()
throws java.lang.Throwable
java.lang.Throwablepublic static NFloat Hypot(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat Ieee754Remainder(NFloat left, NFloat right) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArithmeticException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionArithmeticExceptionpublic static int ILogB(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionpublic static boolean IsEvenInteger(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsFinite(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsInfinity(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsInteger(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsNaN(NFloat value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsNegative(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsNegativeInfinity(NFloat value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsNormal(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsOddInteger(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsPositive(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsPositiveInfinity(NFloat value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsPow2(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsRealNumber(NFloat value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsSubnormal(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat Lerp(NFloat value1, NFloat value2, NFloat amount) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat Log(NFloat x, NFloat newBase) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat Log10P1(NFloat x) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat Max(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat MaxMagnitude(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat MaxMagnitudeNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat MaxNative(NFloat x, NFloat y) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat MaxNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat Min(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat MinMagnitude(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat MinMagnitudeNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat MinNative(NFloat x, NFloat y) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat MinNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat MultiplyAddEstimate(NFloat left, NFloat right, NFloat addend) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat Parse(java.lang.String s) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
public static NFloat Parse(java.lang.String s, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
public static NFloat Parse(java.lang.String s, NumberStyles style) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
public static NFloat Parse(java.lang.String s, NumberStyles style, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionFormatExceptionpublic static NFloat Pow(NFloat x, NFloat y) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat RadiansToDegrees(NFloat radians) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat ReciprocalEstimate(NFloat x) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat ReciprocalSqrtEstimate(NFloat x) throws java.lang.Throwable
java.lang.Throwablepublic static NFloat RootN(NFloat x, int n) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat Round(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat Round(NFloat x, int digits) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException
public static NFloat Round(NFloat x, int digits, MidpointRounding mode) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public static NFloat Round(NFloat x, MidpointRounding mode) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, FormatException
public static NFloat ScaleB(NFloat x, int n) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic static int Sign(NFloat value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArithmeticException
public static NFloat SinPi(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static NFloat TanPi(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, PlatformNotSupportedException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, ArrayTypeMismatchException, ArgumentOutOfRangeException
public java.lang.String ToString(java.lang.String format)
throws java.lang.Throwable,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
TypeInitializationException,
FormatException
public java.lang.String ToString(java.lang.String format,
IFormatProvider provider)
throws java.lang.Throwable,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
ArrayTypeMismatchException,
ArgumentOutOfRangeException
public static NFloat Truncate(NFloat x) throws java.lang.Throwable
java.lang.Throwablepublic static boolean TryParse(java.lang.String s,
IFormatProvider provider,
JCORefOut<NFloat> result)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
CultureNotFoundException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionpublic static boolean TryParse(java.lang.String s,
JCORefOut<NFloat> result)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OverflowException
public static boolean TryParse(java.lang.String s,
NumberStyles style,
IFormatProvider provider,
JCORefOut<NFloat> result)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionOverflowException