C# 클래스 PracticeQuestions.Rational

파일 보기 프로젝트 열기: dinazil/she-codes-csharp-for-beginners 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Rational other ) : void
Rational ( int numerator, int denominator ) : System

메소드 상세

Add() 공개 메소드

public Add ( Rational other ) : void
other Rational
리턴 void

Rational() 공개 메소드

public Rational ( int numerator, int denominator ) : System
numerator int
denominator int
리턴 System