Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Parse(
string value
)
Public Shared Function Parse (
value As String
) As BigFloat
public:
static BigFloat^ Parse(
String^ value
)
static member Parse :
value : string -> BigFloat
Parameters
- value
- Type: SystemString
The string to convert.
Return Value
Type:
BigFloatThe
BigFloat value represented by
value.
Reference