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.StringassemblyFullNameFully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.StringassemblyShortNameAssembly name: System.Private.CoreLibstatic java.lang.StringclassNameQualified class name: System.Runtime.InteropServices.NFloatstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NFloatAbs(NFloat value)static NFloatAcos(NFloat x)static NFloatAcosh(NFloat x)static NFloatAcosPi(NFloat x)static NFloatAsin(NFloat x)static NFloatAsinh(NFloat x)static NFloatAsinPi(NFloat x)static NFloatAtan(NFloat x)static NFloatAtan2(NFloat y, NFloat x)static NFloatAtan2Pi(NFloat y, NFloat x)static NFloatAtanh(NFloat x)static NFloatAtanPi(NFloat x)static NFloatBitDecrement(NFloat x)static NFloatBitIncrement(NFloat x)static NFloatcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoNFloat, a cast assert is made to check if types are compatible.static NFloatCbrt(NFloat x)static NFloatCeiling(NFloat x)static NFloatClamp(NFloat value, NFloat min, NFloat max)intCompareTo(NetObject obj)intCompareTo(NFloat other)static NFloatCopySign(NFloat value, NFloat sign)static NFloatCos(NFloat x)static NFloatCosh(NFloat x)static NFloatCosPi(NFloat x)static NFloatDegreesToRadians(NFloat degrees)booleanEquals(NFloat other)static NFloatExp(NFloat x)static NFloatExp10(NFloat x)static NFloatExp10M1(NFloat x)static NFloatExp2(NFloat x)static NFloatExp2M1(NFloat x)static NFloatExpM1(NFloat x)static NFloatFloor(NFloat x)static NFloatFusedMultiplyAdd(NFloat left, NFloat right, NFloat addend)static NFloatgetE()static NFloatgetEpsilon()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic NFloatgetMaxValue()static NFloatgetMinValue()static NFloatgetNaN()static NFloatgetNegativeInfinity()static NFloatgetNegativeZero()static NFloatgetPi()static NFloatgetPositiveInfinity()static intgetSize()static NFloatgetTau()doublegetValue()static NFloatHypot(NFloat x, NFloat y)static NFloatIeee754Remainder(NFloat left, NFloat right)static intILogB(NFloat x)static booleanIsEvenInteger(NFloat value)static booleanIsFinite(NFloat value)static booleanIsInfinity(NFloat value)static booleanIsInteger(NFloat value)static booleanIsNaN(NFloat value)static booleanIsNegative(NFloat value)static booleanIsNegativeInfinity(NFloat value)static booleanIsNormal(NFloat value)static booleanIsOddInteger(NFloat value)static booleanIsPositive(NFloat value)static booleanIsPositiveInfinity(NFloat value)static booleanIsPow2(NFloat value)static booleanIsRealNumber(NFloat value)static booleanIsSubnormal(NFloat value)static NFloatLerp(NFloat value1, NFloat value2, NFloat amount)static NFloatLog(NFloat x)static NFloatLog(NFloat x, NFloat newBase)static NFloatLog10(NFloat x)static NFloatLog10P1(NFloat x)static NFloatLog2(NFloat value)static NFloatLog2P1(NFloat x)static NFloatLogP1(NFloat x)static NFloatMax(NFloat x, NFloat y)static NFloatMaxMagnitude(NFloat x, NFloat y)static NFloatMaxMagnitudeNumber(NFloat x, NFloat y)static NFloatMaxNumber(NFloat x, NFloat y)static NFloatMin(NFloat x, NFloat y)static NFloatMinMagnitude(NFloat x, NFloat y)static NFloatMinMagnitudeNumber(NFloat x, NFloat y)static NFloatMinNumber(NFloat x, NFloat y)static NFloatParse(java.lang.String s)static NFloatParse(java.lang.String s, NumberStyles style)static NFloatParse(java.lang.String s, NumberStyles style, IFormatProvider provider)static NFloatParse(java.lang.String s, IFormatProvider provider)static NFloatPow(NFloat x, NFloat y)static NFloatRadiansToDegrees(NFloat radians)static NFloatReciprocalEstimate(NFloat x)static NFloatReciprocalSqrtEstimate(NFloat x)static NFloatRootN(NFloat x, int n)static NFloatRound(NFloat x)static NFloatRound(NFloat x, int digits)static NFloatRound(NFloat x, int digits, MidpointRounding mode)static NFloatRound(NFloat x, MidpointRounding mode)static NFloatScaleB(NFloat x, int n)voidsetJCOInstance(JCObject instance)static intSign(NFloat value)static NFloatSin(NFloat x)static NFloatSinh(NFloat x)static NFloatSinPi(NFloat x)static NFloatSqrt(NFloat x)static NFloatTan(NFloat x)static NFloatTanh(NFloat x)static NFloatTanPi(NFloat x)java.lang.StringToString(java.lang.String format)java.lang.StringToString(java.lang.String format, IFormatProvider provider)java.lang.StringToString(IFormatProvider provider)static NFloatTruncate(NFloat x)static booleanTryParse(java.lang.String s, JCORefOut<NFloat> result)static booleanTryParse(java.lang.String s, NumberStyles style, IFormatProvider provider, JCORefOut<NFloat> result)static booleanTryParse(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.ThrowableInternal 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classValueType- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classValueType- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classValueType- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classValueType- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classValueType
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classValueType- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static NFloat cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoNFloat, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
NFloatinstance- 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.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
IsFinite
public static boolean IsFinite(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
IsInfinity
public static boolean IsInfinity(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
IsInteger
public static boolean IsInteger(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
IsOddInteger
public static boolean IsOddInteger(NFloat value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
IsPositive
public static boolean IsPositive(NFloat value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
BitIncrement
public static NFloat BitIncrement(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
CosPi
public static NFloat CosPi(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
Ieee754Remainder
public static NFloat Ieee754Remainder(NFloat left, NFloat right) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArithmeticException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionArithmeticException
-
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.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
MaxMagnitude
public static NFloat MaxMagnitude(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
MaxMagnitudeNumber
public static NFloat MaxMagnitudeNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
MaxNumber
public static NFloat MaxNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
Min
public static NFloat Min(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
MinMagnitude
public static NFloat MinMagnitude(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
MinMagnitudeNumber
public static NFloat MinMagnitudeNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
MinNumber
public static NFloat MinNumber(NFloat x, NFloat y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
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.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
ScaleB
public static NFloat ScaleB(NFloat x, int n) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
SinPi
public static NFloat SinPi(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
TanPi
public static NFloat TanPi(NFloat x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
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
-
-