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

SmallRandomNegativeDouble() private static method

private static SmallRandomNegativeDouble ( ) : double
return double
        private static double SmallRandomNegativeDouble()
        {
            return -SmallRandomPositiveDouble();
        }
ComplexTests