Package system.runtime.interopservices
Class NFloat
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.ValueType
-
- system.runtime.interopservices.NFloat
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class NFloat extends ValueType
The base .NET class managing System.Runtime.InteropServices.NFloat, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.String
assemblyShortName
Assembly name: System.Private.CoreLibstatic java.lang.String
className
Qualified class name: System.Runtime.InteropServices.NFloatstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 theIJCOBridgeReflected
instance intoNFloat
, 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)
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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic 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
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
MinNumber(NFloat x, NFloat y)
static NFloat
Parse(java.lang.String s)
static NFloat
Parse(java.lang.String s, NumberStyles style)
static NFloat
Parse(java.lang.String s, NumberStyles style, IFormatProvider provider)
static NFloat
Parse(java.lang.String s, 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(java.lang.String format)
java.lang.String
ToString(java.lang.String format, IFormatProvider provider)
java.lang.String
ToString(IFormatProvider provider)
static NFloat
Truncate(NFloat x)
static boolean
TryParse(java.lang.String s, JCORefOut<NFloat> result)
static boolean
TryParse(java.lang.String s, NumberStyles style, IFormatProvider provider, JCORefOut<NFloat> result)
static boolean
TryParse(java.lang.String s, IFormatProvider provider, JCORefOut<NFloat> result)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Runtime.InteropServices.NFloat- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NFloat
public NFloat(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
NFloat
public NFloat() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
NFloat
public NFloat(double value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
NFloat
public NFloat(Single value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classValueType
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classValueType
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classValueType
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classValueType
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classValueType
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classValueType
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static NFloat cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoNFloat
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
NFloat
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Equals
public boolean Equals(NFloat other) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsEvenInteger
public static boolean IsEvenInteger(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
IsFinite
public static boolean IsFinite(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
IsInfinity
public static boolean IsInfinity(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
IsInteger
public static boolean IsInteger(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
IsNaN
public static boolean IsNaN(NFloat value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsNegative
public static boolean IsNegative(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
IsNegativeInfinity
public static boolean IsNegativeInfinity(NFloat value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsNormal
public static boolean IsNormal(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
IsOddInteger
public static boolean IsOddInteger(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
IsPositive
public static boolean IsPositive(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
IsPositiveInfinity
public static boolean IsPositiveInfinity(NFloat value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsPow2
public static boolean IsPow2(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
IsRealNumber
public static boolean IsRealNumber(NFloat value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsSubnormal
public static boolean IsSubnormal(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
TryParse
public static boolean TryParse(java.lang.String s, NumberStyles style, IFormatProvider provider, JCORefOut<NFloat> result) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OverflowException
-
TryParse
public static boolean TryParse(java.lang.String s, IFormatProvider provider, JCORefOut<NFloat> result) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OverflowException
-
TryParse
public static boolean TryParse(java.lang.String s, JCORefOut<NFloat> result) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OverflowException
-
CompareTo
public int CompareTo(NetObject obj) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
-
CompareTo
public int CompareTo(NFloat other) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ILogB
public static int ILogB(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
Sign
public static int Sign(NFloat value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArithmeticException
-
Abs
public static NFloat Abs(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
AcosPi
public static NFloat AcosPi(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsinPi
public static NFloat AsinPi(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Atan2
public static NFloat Atan2(NFloat y, NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Atan2Pi
public static NFloat Atan2Pi(NFloat y, NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AtanPi
public static NFloat AtanPi(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BitDecrement
public static NFloat BitDecrement(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
BitIncrement
public static NFloat BitIncrement(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
Ceiling
public static NFloat Ceiling(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Clamp
public static NFloat Clamp(NFloat value, NFloat min, NFloat max) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
CopySign
public static NFloat CopySign(NFloat value, NFloat sign) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
CosPi
public static NFloat CosPi(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
DegreesToRadians
public static NFloat DegreesToRadians(NFloat degrees) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Exp10M1
public static NFloat Exp10M1(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Exp2M1
public static NFloat Exp2M1(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
FusedMultiplyAdd
public static NFloat FusedMultiplyAdd(NFloat left, NFloat right, NFloat addend) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Hypot
public static NFloat Hypot(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
Ieee754Remainder
public static NFloat Ieee754Remainder(NFloat left, NFloat right) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArithmeticException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
ArithmeticException
-
Lerp
public static NFloat Lerp(NFloat value1, NFloat value2, NFloat amount) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Log
public static NFloat Log(NFloat x, NFloat newBase) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Log10P1
public static NFloat Log10P1(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Log2
public static NFloat Log2(NFloat value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Log2P1
public static NFloat Log2P1(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Max
public static NFloat Max(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
MaxMagnitude
public static NFloat MaxMagnitude(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
MaxMagnitudeNumber
public static NFloat MaxMagnitudeNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
MaxNumber
public static NFloat MaxNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
Min
public static NFloat Min(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
MinMagnitude
public static NFloat MinMagnitude(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
MinMagnitudeNumber
public static NFloat MinMagnitudeNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
MinNumber
public static NFloat MinNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
Parse
public static NFloat Parse(java.lang.String s, NumberStyles style, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OverflowException, FormatException
-
Parse
public static NFloat Parse(java.lang.String s, NumberStyles style) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
-
Parse
public static NFloat Parse(java.lang.String s, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
-
Parse
public static NFloat Parse(java.lang.String s) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
-
Pow
public static NFloat Pow(NFloat x, NFloat y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RadiansToDegrees
public static NFloat RadiansToDegrees(NFloat radians) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ReciprocalEstimate
public static NFloat ReciprocalEstimate(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ReciprocalSqrtEstimate
public static NFloat ReciprocalSqrtEstimate(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RootN
public static NFloat RootN(NFloat x, int n) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
Round
public static NFloat Round(NFloat x, int digits, MidpointRounding mode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Round
public static NFloat Round(NFloat x, int digits) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
Round
public static NFloat Round(NFloat x, MidpointRounding mode) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, FormatException
-
Round
public static NFloat Round(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
ScaleB
public static NFloat ScaleB(NFloat x, int n) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
SinPi
public static NFloat SinPi(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
TanPi
public static NFloat TanPi(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
PlatformNotSupportedException
-
Truncate
public static NFloat Truncate(NFloat x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToString
public java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, ArrayTypeMismatchException
-
ToString
public java.lang.String ToString(java.lang.String format, IFormatProvider provider) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, ArrayTypeMismatchException
-
ToString
public java.lang.String ToString(java.lang.String format) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, TypeInitializationException, InvalidOperationException, NotSupportedException, FormatException
-
getValue
public double getValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSize
public static int getSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getE
public static NFloat getE() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEpsilon
public static NFloat getEpsilon() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaxValue
public static NFloat getMaxValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinValue
public static NFloat getMinValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNaN
public static NFloat getNaN() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNegativeInfinity
public static NFloat getNegativeInfinity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNegativeZero
public static NFloat getNegativeZero() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPi
public static NFloat getPi() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPositiveInfinity
public static NFloat getPositiveInfinity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTau
public static NFloat getTau() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-