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

◆ operator Complex() [4/12]

static implicit System.Numerics.Complex.operator Complex ( double value)
inlinestatic

Definition at line 695 of file Complex.cs.

696 {
697 return new Complex(value, 0.0);
698 }
Complex(double real, double imaginary)
Definition Complex.cs:38

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