SMath Studio Core documentation
C#
VB
C++
F#
Show/Hide TOC
TFraction
Addition Operator
Overload List
Addition(TDouble, TFraction)
Computes the sum of two objects:
TDouble
and
TFraction
.
Addition(TFraction, TDouble)
Computes the sum of two objects:
TFraction
and
TDouble
.
Addition(TFraction, TFraction)
Computes the sum of two
TFraction
objects.
See Also
Reference
TFraction Class
SMath.Math.Numeric Namespace
In This Article
Overload List
See Also