System.Numerics.Tests.ComplexTests.SmallRandomNegativeDouble C# (CSharp) 메소드

SmallRandomNegativeDouble() 개인적인 정적인 메소드

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