System.Numerics.Tests.ComplexTests.RandomNegativePhase C# (CSharp) Method

RandomNegativePhase() public static method

public static RandomNegativePhase ( ) : double
return double
        public static double RandomNegativePhase()
        {
            return -RandomPositivePhase();
        }
ComplexTests