Skip to content

Commit

Permalink
Mark BigFloat(string) constructor as Obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
FaustVX committed Jul 17, 2018
1 parent cf4b5c2 commit 85e33b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BigFloat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public int Sign
// Denominator = BigInteger.One;
// }

[Obsolete("Use BigFloat.Parse instead.")]
public BigFloat(string value)
{
var bf = Parse(value);
Expand Down

0 comments on commit 85e33b3

Please sign in to comment.