コード例 #1
0
        static void OtherNumbericExamples()
        {
            NumericTypes myTypes = new NumericTypes();//deafaltconstaractor

            myTypes.otherOperator();
        }