Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BigInteger() [8/12]

System.Numerics.BigInteger.BigInteger ( byte[] value)
inline

Definition at line 283 of file BigInteger.cs.

284 : this(new ReadOnlySpan<byte>(value ?? throw new ArgumentNullException("value")))
285 {
286 }