Package system
Class Half
- java.lang.Object
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Half extends ValueType
The base .NET class managing System.Half, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Half
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=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.String
assemblyShortName
Assembly name: System.Private.CoreLibstatic java.lang.String
className
Qualified class name: System.Halfstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Half
Abs(Half value)
static Half
Acos(Half x)
static Half
Acosh(Half x)
static Half
AcosPi(Half x)
static Half
Asin(Half x)
static Half
Asinh(Half x)
static Half
AsinPi(Half x)
static Half
Atan(Half x)
static Half
Atan2(Half y, Half x)
static Half
Atan2Pi(Half y, Half x)
static Half
Atanh(Half x)
static Half
AtanPi(Half x)
static Half
BitDecrement(Half x)
static Half
BitIncrement(Half x)
static Half
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHalf
, a cast assert is made to check if types are compatible.static Half
Cbrt(Half x)
static Half
Ceiling(Half x)
static Half
Clamp(Half value, Half min, Half max)
int
CompareTo(NetObject obj)
int
CompareTo(Half other)
static Half
CopySign(Half value, Half sign)
static Half
Cos(Half x)
static Half
Cosh(Half x)
static Half
CosPi(Half x)
static Half
DegreesToRadians(Half degrees)
boolean
Equals(Half other)
static Half
Exp(Half x)
static Half
Exp10(Half x)
static Half
Exp10M1(Half x)
static Half
Exp2(Half x)
static Half
Exp2M1(Half x)
static Half
ExpM1(Half x)
static Half
Floor(Half x)
static Half
FusedMultiplyAdd(Half left, Half right, Half addend)
static Half
getE()
static Half
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 Half
getMaxValue()
static Half
getMinValue()
static Half
getMultiplicativeIdentity()
static Half
getNaN()
static Half
getNegativeInfinity()
static Half
getNegativeOne()
static Half
getNegativeZero()
static Half
getOne()
static Half
getPi()
static Half
getPositiveInfinity()
static Half
getTau()
static Half
getZero()
static Half
Hypot(Half x, Half y)
static Half
Ieee754Remainder(Half left, Half right)
static int
ILogB(Half x)
static boolean
IsEvenInteger(Half value)
static boolean
IsFinite(Half value)
static boolean
IsInfinity(Half value)
static boolean
IsInteger(Half value)
static boolean
IsNaN(Half value)
static boolean
IsNegative(Half value)
static boolean
IsNegativeInfinity(Half value)
static boolean
IsNormal(Half value)
static boolean
IsOddInteger(Half value)
static boolean
IsPositive(Half value)
static boolean
IsPositiveInfinity(Half value)
static boolean
IsPow2(Half value)
static boolean
IsRealNumber(Half value)
static boolean
IsSubnormal(Half value)
static Half
Lerp(Half value1, Half value2, Half amount)
static Half
Log(Half x)
static Half
Log(Half x, Half newBase)
static Half
Log10(Half x)
static Half
Log10P1(Half x)
static Half
Log2(Half value)
static Half
Log2P1(Half x)
static Half
LogP1(Half x)
static Half
Max(Half x, Half y)
static Half
MaxMagnitude(Half x, Half y)
static Half
MaxMagnitudeNumber(Half x, Half y)
static Half
MaxNumber(Half x, Half y)
static Half
Min(Half x, Half y)
static Half
MinMagnitude(Half x, Half y)
static Half
MinMagnitudeNumber(Half x, Half y)
static Half
MinNumber(Half x, Half y)
static Half
MultiplyAddEstimate(Half left, Half right, Half addend)
static Half
Parse(java.lang.String s)
static Half
Parse(java.lang.String s, NumberStyles style)
static Half
Parse(java.lang.String s, NumberStyles style, IFormatProvider provider)
static Half
Parse(java.lang.String s, IFormatProvider provider)
static Half
Pow(Half x, Half y)
static Half
RadiansToDegrees(Half radians)
static Half
ReciprocalEstimate(Half x)
static Half
ReciprocalSqrtEstimate(Half x)
static Half
RootN(Half x, int n)
static Half
Round(Half x)
static Half
Round(Half x, int digits)
static Half
Round(Half x, int digits, MidpointRounding mode)
static Half
Round(Half x, MidpointRounding mode)
static Half
ScaleB(Half x, int n)
void
setJCOInstance(JCObject instance)
static int
Sign(Half value)
static Half
Sin(Half x)
static Half
Sinh(Half x)
static Half
SinPi(Half x)
static Half
Sqrt(Half x)
static Half
Tan(Half x)
static Half
Tanh(Half x)
static Half
TanPi(Half 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 Half
Truncate(Half x)
static boolean
TryParse(java.lang.String s, JCORefOut<Half> result)
static boolean
TryParse(java.lang.String s, NumberStyles style, IFormatProvider provider, JCORefOut<Half> result)
static boolean
TryParse(java.lang.String s, IFormatProvider provider, JCORefOut<Half> result)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=9.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.Half- See Also:
- Constant Field Values
-
-
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 Half cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHalf
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Half
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Equals
public boolean Equals(Half other) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsEvenInteger
public static boolean IsEvenInteger(Half value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
IsFinite
public static boolean IsFinite(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsInfinity
public static boolean IsInfinity(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsInteger
public static boolean IsInteger(Half value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
IsNaN
public static boolean IsNaN(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsNegative
public static boolean IsNegative(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsNegativeInfinity
public static boolean IsNegativeInfinity(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsNormal
public static boolean IsNormal(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsOddInteger
public static boolean IsOddInteger(Half value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
IsPositive
public static boolean IsPositive(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsPositiveInfinity
public static boolean IsPositiveInfinity(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsPow2
public static boolean IsPow2(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsRealNumber
public static boolean IsRealNumber(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsSubnormal
public static boolean IsSubnormal(Half value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
TryParse
public static boolean TryParse(java.lang.String s, NumberStyles style, IFormatProvider provider, JCORefOut<Half> result) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, NullReferenceException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
NullReferenceException
OverflowException
-
TryParse
public static boolean TryParse(java.lang.String s, JCORefOut<Half> result) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, NullReferenceException, OverflowException
-
TryParse
public static boolean TryParse(java.lang.String s, IFormatProvider provider, JCORefOut<Half> result) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, NullReferenceException, OverflowException
-
CompareTo
public int CompareTo(Half other) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CompareTo
public int CompareTo(NetObject obj) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
-
ILogB
public static int ILogB(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
Sign
public static int Sign(Half value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException, ArithmeticException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
IndexOutOfRangeException
RankException
CultureNotFoundException
ObjectDisposedException
ArithmeticException
-
Acos
public static Half Acos(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Acosh
public static Half Acosh(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
AcosPi
public static Half AcosPi(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Asin
public static Half Asin(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Asinh
public static Half Asinh(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
AsinPi
public static Half AsinPi(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Atan
public static Half Atan(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Atan2
public static Half Atan2(Half y, Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Atan2Pi
public static Half Atan2Pi(Half y, Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Atanh
public static Half Atanh(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
AtanPi
public static Half AtanPi(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
BitDecrement
public static Half BitDecrement(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
-
BitIncrement
public static Half BitIncrement(Half x) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Cbrt
public static Half Cbrt(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Ceiling
public static Half Ceiling(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Clamp
public static Half Clamp(Half value, Half min, Half max) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
CopySign
public static Half CopySign(Half value, Half sign) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Cos
public static Half Cos(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Cosh
public static Half Cosh(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
CosPi
public static Half CosPi(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
DegreesToRadians
public static Half DegreesToRadians(Half degrees) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Exp
public static Half Exp(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Exp10
public static Half Exp10(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Exp10M1
public static Half Exp10M1(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Exp2
public static Half Exp2(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Exp2M1
public static Half Exp2M1(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
ExpM1
public static Half ExpM1(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Floor
public static Half Floor(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
FusedMultiplyAdd
public static Half FusedMultiplyAdd(Half left, Half right, Half addend) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Hypot
public static Half Hypot(Half x, Half y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Ieee754Remainder
public static Half Ieee754Remainder(Half left, Half right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArithmeticException
-
Lerp
public static Half Lerp(Half value1, Half value2, Half amount) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Log
public static Half Log(Half x, Half newBase) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Log
public static Half Log(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Log10
public static Half Log10(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Log10P1
public static Half Log10P1(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Log2
public static Half Log2(Half value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Log2P1
public static Half Log2P1(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
LogP1
public static Half LogP1(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Max
public static Half Max(Half x, Half y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
MaxMagnitude
public static Half MaxMagnitude(Half x, Half y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
MaxMagnitudeNumber
public static Half MaxMagnitudeNumber(Half x, Half y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MaxNumber
public static Half MaxNumber(Half x, Half y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Min
public static Half Min(Half x, Half y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
MinMagnitude
public static Half MinMagnitude(Half x, Half y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
MinMagnitudeNumber
public static Half MinMagnitudeNumber(Half x, Half y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MinNumber
public static Half MinNumber(Half x, Half y) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MultiplyAddEstimate
public static Half MultiplyAddEstimate(Half left, Half right, Half addend) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Parse
public static Half Parse(java.lang.String s, NumberStyles style, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException, NullReferenceException, OverflowException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ArgumentNullException
ObjectDisposedException
RankException
IndexOutOfRangeException
NullReferenceException
OverflowException
FormatException
-
Parse
public static Half Parse(java.lang.String s, NumberStyles style) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, OverflowException, FormatException
-
Parse
public static Half Parse(java.lang.String s, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, OverflowException, FormatException
-
Parse
public static Half Parse(java.lang.String s) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, OverflowException, FormatException
-
Pow
public static Half Pow(Half x, Half y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
RadiansToDegrees
public static Half RadiansToDegrees(Half radians) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
ReciprocalEstimate
public static Half ReciprocalEstimate(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
ReciprocalSqrtEstimate
public static Half ReciprocalSqrtEstimate(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
RootN
public static Half RootN(Half x, int n) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Round
public static Half Round(Half x, int digits, MidpointRounding mode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
Round
public static Half Round(Half x, int digits) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
Round
public static Half Round(Half x, MidpointRounding mode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
Round
public static Half Round(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
ScaleB
public static Half ScaleB(Half x, int n) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Sin
public static Half Sin(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Sinh
public static Half Sinh(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
SinPi
public static Half SinPi(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Sqrt
public static Half Sqrt(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Tan
public static Half Tan(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Tanh
public static Half Tanh(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
TanPi
public static Half TanPi(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
Truncate
public static Half Truncate(Half x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
ToString
public java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, ArrayTypeMismatchException, FormatException
-
ToString
public java.lang.String ToString(java.lang.String format, IFormatProvider provider) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, ArrayTypeMismatchException, FormatException
-
ToString
public java.lang.String ToString(java.lang.String format) throws java.lang.Throwable, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, TypeInitializationException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
CultureNotFoundException
PlatformNotSupportedException
NullReferenceException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
TypeInitializationException
FormatException
-
getE
public static Half getE() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEpsilon
public static Half getEpsilon() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaxValue
public static Half getMaxValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinValue
public static Half getMinValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMultiplicativeIdentity
public static Half getMultiplicativeIdentity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNaN
public static Half getNaN() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNegativeInfinity
public static Half getNegativeInfinity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNegativeOne
public static Half getNegativeOne() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNegativeZero
public static Half getNegativeZero() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOne
public static Half getOne() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPi
public static Half getPi() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPositiveInfinity
public static Half getPositiveInfinity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTau
public static Half getTau() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getZero
public static Half getZero() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-