Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PracticeQuestions
Rational
C# Class PracticeQuestions.Rational
显示文件
Open project: dinazil/she-codes-csharp-for-beginners
Class Usage Examples
Public Methods
Method
Description
Add
(
Rational
other
) :
void
Rational
(
int
numerator
,
int
denominator
) :
System
Method Details
Add()
public
method
public
Add
(
Rational
other
) :
void
other
Rational
return
void
Rational()
public
method
public
Rational
(
int
numerator
,
int
denominator
) :
System
numerator
int
denominator
int
return
System