Click or drag to resize
BigRationalAdd Method

[This is preliminary documentation and is subject to change.]

Adds the specified x and y.

Namespace: NForza.Transit.Numerics
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static BigRational Add(
	BigRational x,
	BigRational y
)

Parameters

x
Type: NForza.Transit.NumericsBigRational
The x.
y
Type: NForza.Transit.NumericsBigRational
The y.

Return Value

Type: BigRational
x + y
See Also