Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator Complex() [1/12]

static System.Numerics.Complex.operator Complex ( BigInteger value)
inlineexplicitstatic

Definition at line 700 of file Complex.cs.

701 {
702 return new Complex((double)value, 0.0);
703 }
Complex(double real, double imaginary)
Definition Complex.cs:38

References System.Numerics.Complex.Complex(), and System.value.