public class Half extends ValueType
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Half
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.Half
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Half() |
Half(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and 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 the
IJCOBridgeReflected instance into Half, 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) |
static Half |
ClampNative(Half value,
Half min,
Half max) |
int |
CompareTo(Half other) |
int |
CompareTo(NetObject obj) |
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 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 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 |
MaxNative(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 |
MinNative(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,
IFormatProvider provider) |
static Half |
Parse(java.lang.String s,
NumberStyles style) |
static Half |
Parse(java.lang.String s,
NumberStyles style,
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(IFormatProvider provider) |
java.lang.String |
ToString(java.lang.String format) |
java.lang.String |
ToString(java.lang.String format,
IFormatProvider provider) |
static Half |
Truncate(Half x) |
static boolean |
TryParse(java.lang.String s,
IFormatProvider provider,
JCORefOut<Half> result) |
static boolean |
TryParse(java.lang.String s,
JCORefOut<Half> result) |
static boolean |
TryParse(java.lang.String s,
NumberStyles style,
IFormatProvider provider,
JCORefOut<Half> result) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Half()
throws java.lang.Throwable
java.lang.Throwablepublic Half(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Half Acos(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Acosh(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half AcosPi(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Asin(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Asinh(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half AsinPi(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Atan(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Atan2(Half y, Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Atan2Pi(Half y, Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Atanh(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half AtanPi(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half BitDecrement(Half x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Half BitIncrement(Half x) throws java.lang.Throwable
java.lang.Throwablepublic static Half cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Half, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHalf instancejava.lang.Throwable - in case of error during cast operationpublic static Half Cbrt(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Ceiling(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Clamp(Half value, Half min, Half max) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionpublic static Half ClampNative(Half value, Half min, Half max) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public int CompareTo(Half other) throws java.lang.Throwable
java.lang.Throwablepublic int CompareTo(NetObject obj) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException
public static Half CopySign(Half value, Half sign) throws java.lang.Throwable
java.lang.Throwablepublic static Half Cos(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Cosh(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half CosPi(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half DegreesToRadians(Half degrees) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic boolean Equals(Half other) throws java.lang.Throwable
java.lang.Throwablepublic static Half Exp(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Exp10(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Exp10M1(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Exp2(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Exp2M1(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half ExpM1(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Floor(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half FusedMultiplyAdd(Half left, Half right, Half addend) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half getE() throws java.lang.Throwable
java.lang.Throwablepublic static Half 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 Half getMaxValue() throws java.lang.Throwable
java.lang.Throwablepublic static Half getMinValue() throws java.lang.Throwable
java.lang.Throwablepublic static Half getMultiplicativeIdentity() throws java.lang.Throwable
java.lang.Throwablepublic static Half getNaN() throws java.lang.Throwable
java.lang.Throwablepublic static Half getNegativeInfinity() throws java.lang.Throwable
java.lang.Throwablepublic static Half getNegativeOne() throws java.lang.Throwable
java.lang.Throwablepublic static Half getNegativeZero() throws java.lang.Throwable
java.lang.Throwablepublic static Half getOne() throws java.lang.Throwable
java.lang.Throwablepublic static Half getPi() throws java.lang.Throwable
java.lang.Throwablepublic static Half getPositiveInfinity() throws java.lang.Throwable
java.lang.Throwablepublic static Half getTau() throws java.lang.Throwable
java.lang.Throwablepublic static Half getZero() throws java.lang.Throwable
java.lang.Throwablepublic static Half Hypot(Half x, Half y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Ieee754Remainder(Half left, Half right) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArithmeticException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArithmeticExceptionpublic static int ILogB(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsEvenInteger(Half value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsFinite(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsInfinity(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsInteger(Half value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsNaN(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsNegative(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsNegativeInfinity(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsNormal(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsOddInteger(Half value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsPositive(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsPositiveInfinity(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsPow2(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsRealNumber(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsSubnormal(Half value) throws java.lang.Throwable
java.lang.Throwablepublic static Half Lerp(Half value1, Half value2, Half amount) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Log(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Log(Half x, Half newBase) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Log10(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Log10P1(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Log2(Half value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Log2P1(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half LogP1(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Max(Half x, Half y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half MaxMagnitude(Half x, Half y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half MaxMagnitudeNumber(Half x, Half y) throws java.lang.Throwable
java.lang.Throwablepublic static Half MaxNative(Half x, Half y) throws java.lang.Throwable
java.lang.Throwablepublic static Half MaxNumber(Half x, Half y) throws java.lang.Throwable
java.lang.Throwablepublic static Half Min(Half x, Half y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half MinMagnitude(Half x, Half y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half MinMagnitudeNumber(Half x, Half y) throws java.lang.Throwable
java.lang.Throwablepublic static Half MinNative(Half x, Half y) throws java.lang.Throwable
java.lang.Throwablepublic static Half MinNumber(Half x, Half y) throws java.lang.Throwable
java.lang.Throwablepublic static Half MultiplyAddEstimate(Half left, Half right, Half addend) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Parse(java.lang.String s) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionFormatExceptionpublic static Half Parse(java.lang.String s, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionFormatExceptionpublic static Half Parse(java.lang.String s, NumberStyles style) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionFormatExceptionpublic static Half Parse(java.lang.String s, NumberStyles style, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, NullReferenceException, OverflowException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionNullReferenceExceptionOverflowExceptionFormatExceptionpublic static Half Pow(Half x, Half y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half RadiansToDegrees(Half radians) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half ReciprocalEstimate(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half ReciprocalSqrtEstimate(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half RootN(Half x, int n) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Round(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Round(Half x, int digits) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public static Half Round(Half x, int digits, MidpointRounding mode) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, FormatException
public static Half Round(Half x, MidpointRounding mode) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionpublic static Half ScaleB(Half x, int n) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic static int Sign(Half value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, RankException, CultureNotFoundException, ObjectDisposedException, ArithmeticException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionRankExceptionCultureNotFoundExceptionObjectDisposedExceptionArithmeticExceptionpublic static Half Sin(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Sinh(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half SinPi(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Sqrt(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Tan(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half Tanh(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Half TanPi(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, PlatformNotSupportedException, CultureNotFoundException, NullReferenceException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, ArrayTypeMismatchException
public java.lang.String ToString(java.lang.String format)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
TypeInitializationException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionTypeInitializationExceptionFormatExceptionpublic java.lang.String ToString(java.lang.String format,
IFormatProvider provider)
throws java.lang.Throwable,
PlatformNotSupportedException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
ArgumentNullException,
ArrayTypeMismatchException
public static Half Truncate(Half x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean TryParse(java.lang.String s,
IFormatProvider provider,
JCORefOut<Half> result)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
NullReferenceException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException,
CultureNotFoundException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionOverflowExceptionpublic static boolean TryParse(java.lang.String s,
JCORefOut<Half> result)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
NullReferenceException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException,
CultureNotFoundException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionOverflowExceptionpublic static boolean TryParse(java.lang.String s,
NumberStyles style,
IFormatProvider provider,
JCORefOut<Half> result)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
CultureNotFoundException,
NullReferenceException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOverflowException