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