public class MathF extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.MathF
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.MathF
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MathF() |
MathF(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Single |
Abs(Single x) |
static Single |
Acos(Single x) |
static Single |
Acosh(Single x) |
static Single |
Asin(Single x) |
static Single |
Asinh(Single x) |
static Single |
Atan(Single x) |
static Single |
Atan2(Single y,
Single x) |
static Single |
Atanh(Single x) |
static Single |
BitDecrement(Single x) |
static Single |
BitIncrement(Single x) |
static MathF |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into MathF, a cast assert is made to check if types are compatible. |
static Single |
Cbrt(Single x) |
static Single |
Ceiling(Single x) |
static Single |
CopySign(Single x,
Single y) |
static Single |
Cos(Single x) |
static Single |
Cosh(Single x) |
static Single |
Exp(Single x) |
static Single |
Floor(Single x) |
static Single |
FusedMultiplyAdd(Single x,
Single y,
Single z) |
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 Single |
IEEERemainder(Single x,
Single y) |
static int |
ILogB(Single x) |
static Single |
Log(Single x) |
static Single |
Log(Single x,
Single y) |
static Single |
Log10(Single x) |
static Single |
Log2(Single x) |
static Single |
Max(Single x,
Single y) |
static Single |
MaxMagnitude(Single x,
Single y) |
static Single |
Min(Single x,
Single y) |
static Single |
MinMagnitude(Single x,
Single y) |
static Single |
Pow(Single x,
Single y) |
static Single |
ReciprocalEstimate(Single x) |
static Single |
ReciprocalSqrtEstimate(Single x) |
static Single |
Round(Single x) |
static Single |
Round(Single x,
int digits) |
static Single |
Round(Single x,
int digits,
MidpointRounding mode) |
static Single |
Round(Single x,
MidpointRounding mode) |
static Single |
ScaleB(Single x,
int n) |
void |
setJCOInstance(JCObject instance) |
static int |
Sign(Single x) |
static Single |
Sin(Single x) |
static Single |
Sinh(Single x) |
static Single |
Sqrt(Single x) |
static Single |
Tan(Single x) |
static Single |
Tanh(Single x) |
static Single |
Truncate(Single x) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public MathF()
throws java.lang.Throwable
java.lang.Throwablepublic MathF(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Single Abs(Single x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Single Atan2(Single y, Single x) throws java.lang.Throwable
java.lang.Throwablepublic static Single BitDecrement(Single x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Single BitIncrement(Single x) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static MathF cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MathF, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMathF instancejava.lang.Throwable - in case of error during cast operationpublic static Single Ceiling(Single x) throws java.lang.Throwable
java.lang.Throwablepublic static Single CopySign(Single x, Single y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Single FusedMultiplyAdd(Single x, Single y, Single z) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static Single IEEERemainder(Single x, Single y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArithmeticException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArithmeticExceptionpublic static int ILogB(Single x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, ArgumentException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionArgumentExceptionpublic static Single Log(Single x, Single y) throws java.lang.Throwable
java.lang.Throwablepublic static Single Max(Single x, Single y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Single MaxMagnitude(Single x, Single y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Single Min(Single x, Single y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Single MinMagnitude(Single x, Single y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Single Pow(Single x, Single y) throws java.lang.Throwable
java.lang.Throwablepublic static Single ReciprocalEstimate(Single x) throws java.lang.Throwable
java.lang.Throwablepublic static Single ReciprocalSqrtEstimate(Single x) throws java.lang.Throwable
java.lang.Throwablepublic static Single Round(Single x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Single Round(Single x, int digits) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
public static Single Round(Single x, int digits, MidpointRounding mode) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException
public static Single Round(Single x, MidpointRounding mode) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionpublic static Single ScaleB(Single x, int n) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static int Sign(Single x) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, ArithmeticException