System.Numerics.Tests.ComplexTests.Cast_Int16 C# (CSharp) Метод

Cast_Int16() приватный Метод

private Cast_Int16 ( short value ) : void
value short
Результат void
        public static void Cast_Int16(short value)
        {
            Complex complex = value;
            VerifyRealImaginaryProperties(complex, value, 0);
        }
        
ComplexTests