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.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.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 |
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) |
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 Complex |
Log(Complex value) |
static Complex |
Log(Complex value,
double baseValue) |
static Complex |
Log10(Complex value) |
static Complex |
Multiply(Complex left,
Complex right) |
static Complex |
Negate(Complex value) |
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 |
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) |
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
java.lang.Throwablepublic static Complex Acos(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Add(Complex left, Complex right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Asin(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Atan(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.Throwablepublic 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
java.lang.Throwablepublic double getPhase()
throws java.lang.Throwable
java.lang.Throwablepublic double getReal()
throws java.lang.Throwable
java.lang.Throwablepublic static Complex Log(Complex value, double baseValue) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Log10(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Multiply(Complex left, Complex right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Negate(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Pow(Complex value, Complex power) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Pow(Complex value, double power) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Reciprocal(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.Throwablepublic static Complex Subtract(Complex left, Complex right) throws java.lang.Throwable
java.lang.Throwablepublic static Complex Tanh(Complex value) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic java.lang.String ToString(java.lang.String format)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException
public java.lang.String ToString(java.lang.String format,
IFormatProvider provider)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException