Click or drag to resize
BigRationalTryParse Method

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

Tries to parse.

Namespace: NForza.Transit.Numerics
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static bool TryParse(
	string parse,
	out BigRational result
)

Parameters

parse
Type: SystemString
The parse.
result
Type: NForza.Transit.NumericsBigRational
The result.

Return Value

Type: Boolean
true if successful; otherwise false.
See Also