public ComplexNumber( double real, double imaginary )
Public Sub New ( real As Double, imaginary As Double )
public: ComplexNumber( double real, double imaginary )
new : real : float * imaginary : float -> ComplexNumber
GSF.ComplexNumber = function(real, imaginary);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.