Click or drag to resize
TransitFactoryRatio Method

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

Creates a IRatio.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public IRatio Ratio(
	BigInteger numerator,
	BigInteger denominator
)

Parameters

numerator
Type: System.NumericsBigInteger
The numerator.
denominator
Type: System.NumericsBigInteger
The denominator.

Return Value

Type: IRatio
An IRatio instance.
See Also