public class Complex extends ValueType
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Numerics.Complex
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.Runtime.Numerics, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Runtime.Numerics
|
static java.lang.String |
className
Qualified class name: System.Numerics.Complex
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Complex() |
Complex(double real,
double imaginary) |
Complex(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
Abs(Complex value) |
static Complex |
Acos(Complex value) |
static Complex |
Add(Complex left,
Complex right) |
static Complex |
Add(Complex left,
double right) |
static Complex |
Add(double left,
Complex right) |
static Complex |
Asin(Complex value) |
static Complex |
Atan(Complex value) |
static Complex |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Complex, a cast assert is made to check if types are compatible. |
static Complex |
Conjugate(Complex value) |
static Complex |
Cos(Complex value) |
static Complex |
Cosh(Complex value) |
static Complex |
Divide(Complex dividend,
Complex divisor) |
static Complex |
Divide(Complex dividend,
double divisor) |
static Complex |
Divide(double dividend,
Complex divisor) |
boolean |
Equals(Complex value) |
static Complex |
Exp(Complex value) |
static Complex |
FromPolarCoordinates(double magnitude,
double phase) |
double |
getImaginary() |
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
|
double |
getMagnitude() |
double |
getPhase() |
double |
getReal() |
static boolean |
IsComplexNumber(Complex value) |
static boolean |
IsEvenInteger(Complex value) |
static boolean |
IsFinite(Complex value) |
static boolean |
IsImaginaryNumber(Complex value) |
static boolean |
IsInfinity(Complex value) |
static boolean |
IsInteger(Complex value) |
static boolean |
IsNaN(Complex value) |
static boolean |
IsNegative(Complex value) |
static boolean |
IsNegativeInfinity(Complex value) |
static boolean |
IsNormal(Complex value) |
static boolean |
IsOddInteger(Complex value) |
static boolean |
IsPositive(Complex value) |
static boolean |
IsPositiveInfinity(Complex value) |
static boolean |
IsRealNumber(Complex value) |
static boolean |
IsSubnormal(Complex value) |
static Complex |
Log(Complex value) |
static Complex |
Log(Complex value,
double baseValue) |
static Complex |
Log10(Complex value) |
static Complex |
MaxMagnitude(Complex x,
Complex y) |
static Complex |
MinMagnitude(Complex x,
Complex y) |
static Complex |
Multiply(Complex left,
Complex right) |
static Complex |
Multiply(Complex left,
double right) |
static Complex |
Multiply(double left,
Complex right) |
static Complex |
Negate(Complex value) |
static Complex |
Parse(java.lang.String s,
IFormatProvider provider) |
static Complex |
Parse(java.lang.String s,
NumberStyles style,
IFormatProvider provider) |
static Complex |
Pow(Complex value,
Complex power) |
static Complex |
Pow(Complex value,
double power) |
static Complex |
Reciprocal(Complex value) |
void |
setJCOInstance(JCObject instance) |
static Complex |
Sin(Complex value) |
static Complex |
Sinh(Complex value) |
static Complex |
Sqrt(Complex value) |
static Complex |
Subtract(Complex left,
Complex right) |
static Complex |
Subtract(Complex left,
double right) |
static Complex |
Subtract(double left,
Complex right) |
static Complex |
Tan(Complex value) |
static Complex |
Tanh(Complex value) |
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 boolean |
TryParse(java.lang.String s,
IFormatProvider provider,
JCORefOut<Complex> result) |
static boolean |
TryParse(java.lang.String s,
NumberStyles style,
IFormatProvider provider,
JCORefOut<Complex> result) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Complex()
throws java.lang.Throwable
java.lang.Throwablepublic Complex(double real,
double imaginary)
throws java.lang.Throwable
java.lang.Throwablepublic Complex(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static double Abs(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Acos(Complex value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Complex Add(Complex left, Complex right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Add(Complex left, double right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Add(double left, Complex right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Asin(Complex value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Complex Atan(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Complex, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedComplex instancejava.lang.Throwable - in case of error during cast operationpublic static Complex Conjugate(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Cosh(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Divide(Complex dividend, Complex divisor) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Divide(Complex dividend, double divisor) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Divide(double dividend, Complex divisor) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic boolean Equals(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static Complex FromPolarCoordinates(double magnitude, double phase) throws java.lang.Throwable
java.lang.Throwablepublic double getImaginary()
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 double getMagnitude()
throws java.lang.Throwable,
NotSupportedException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic double getPhase()
throws java.lang.Throwable
java.lang.Throwablepublic double getReal()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsComplexNumber(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsEvenInteger(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsFinite(Complex value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsImaginaryNumber(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsInfinity(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsInteger(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsNaN(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsNegative(Complex value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsNegativeInfinity(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsNormal(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsOddInteger(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static boolean IsPositive(Complex value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static boolean IsPositiveInfinity(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsRealNumber(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsSubnormal(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Log(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Log(Complex value, double baseValue) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Log10(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex MaxMagnitude(Complex x, Complex y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex MinMagnitude(Complex x, Complex y) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Multiply(Complex left, Complex right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Multiply(Complex left, double right) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Multiply(double left, Complex right) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Negate(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Parse(java.lang.String s, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OverflowException
public static Complex Parse(java.lang.String s, NumberStyles style, IFormatProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionpublic static Complex Pow(Complex value, Complex power) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Pow(Complex value, double power) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Reciprocal(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic static Complex Sinh(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Sqrt(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Complex Subtract(Complex left, Complex right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Subtract(Complex left, double right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Subtract(double left, Complex right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Tan(Complex value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Complex Tanh(Complex value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OverflowException, IndexOutOfRangeException, FormatException
public java.lang.String ToString(java.lang.String format)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
OverflowException,
IndexOutOfRangeException,
FormatException
public java.lang.String ToString(java.lang.String format,
IFormatProvider provider)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OverflowException,
FormatException
public static boolean TryParse(java.lang.String s,
IFormatProvider provider,
JCORefOut<Complex> result)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
OverflowException
public static boolean TryParse(java.lang.String s,
NumberStyles style,
IFormatProvider provider,
JCORefOut<Complex> result)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
OverflowException