[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API6 / build / tizen60 / ref / System.Runtime.Numerics.xml
1 <?xml version="1.0" encoding="utf-8"?><doc>
2   <assembly>
3     <name>System.Runtime.Numerics</name>
4   </assembly>
5   <members>
6     <member name="T:System.Numerics.Complex">
7       <summary>Represents a complex number.</summary>
8     </member>
9     <member name="M:System.Numerics.Complex.#ctor(System.Double,System.Double)">
10       <summary>Initializes a new instance of the <see cref="T:System.Numerics.Complex"></see> structure using the specified real and imaginary values.</summary>
11       <param name="real">The real part of the complex number.</param>
12       <param name="imaginary">The imaginary part of the complex number.</param>
13     </member>
14     <member name="M:System.Numerics.Complex.Abs(System.Numerics.Complex)">
15       <summary>Gets the absolute value (or magnitude) of a complex number.</summary>
16       <param name="value">A complex number.</param>
17       <returns>The absolute value of <paramref name="value">value</paramref>.</returns>
18     </member>
19     <member name="M:System.Numerics.Complex.Acos(System.Numerics.Complex)">
20       <summary>Returns the angle that is the arc cosine of the specified complex number.</summary>
21       <param name="value">A complex number that represents a cosine.</param>
22       <returns>The angle, measured in radians, which is the arc cosine of <paramref name="value">value</paramref>.</returns>
23     </member>
24     <member name="M:System.Numerics.Complex.Add(System.Numerics.Complex,System.Numerics.Complex)">
25       <summary>Adds two complex numbers and returns the result.</summary>
26       <param name="left">The first complex number to add.</param>
27       <param name="right">The second complex number to add.</param>
28       <returns>The sum of <paramref name="left">left</paramref> and <paramref name="right">right</paramref>.</returns>
29     </member>
30     <member name="M:System.Numerics.Complex.Asin(System.Numerics.Complex)">
31       <summary>Returns the angle that is the arc sine of the specified complex number.</summary>
32       <param name="value">A complex number.</param>
33       <returns>The angle which is the arc sine of <paramref name="value">value</paramref>.</returns>
34     </member>
35     <member name="M:System.Numerics.Complex.Atan(System.Numerics.Complex)">
36       <summary>Returns the angle that is the arc tangent of the specified complex number.</summary>
37       <param name="value">A complex number.</param>
38       <returns>The angle that is the arc tangent of <paramref name="value">value</paramref>.</returns>
39     </member>
40     <member name="M:System.Numerics.Complex.Conjugate(System.Numerics.Complex)">
41       <summary>Computes the conjugate of a complex number and returns the result.</summary>
42       <param name="value">A complex number.</param>
43       <returns>The conjugate of <paramref name="value">value</paramref>.</returns>
44     </member>
45     <member name="M:System.Numerics.Complex.Cos(System.Numerics.Complex)">
46       <summary>Returns the cosine of the specified complex number.</summary>
47       <param name="value">A complex number.</param>
48       <returns>The cosine of <paramref name="value">value</paramref>.</returns>
49     </member>
50     <member name="M:System.Numerics.Complex.Cosh(System.Numerics.Complex)">
51       <summary>Returns the hyperbolic cosine of the specified complex number.</summary>
52       <param name="value">A complex number.</param>
53       <returns>The hyperbolic cosine of <paramref name="value">value</paramref>.</returns>
54     </member>
55     <member name="M:System.Numerics.Complex.Divide(System.Numerics.Complex,System.Numerics.Complex)">
56       <summary>Divides one complex number by another and returns the result.</summary>
57       <param name="dividend">The complex number to be divided.</param>
58       <param name="divisor">The complex number to divide by.</param>
59       <returns>The quotient of the division.</returns>
60     </member>
61     <member name="M:System.Numerics.Complex.Equals(System.Numerics.Complex)">
62       <summary>Returns a value that indicates whether the current instance and a specified complex number have the same value.</summary>
63       <param name="value">The complex number to compare.</param>
64       <returns><see langword="true"></see> if this complex number and <paramref name="value">value</paramref> have the same value; otherwise, <see langword="false"></see>.</returns>
65     </member>
66     <member name="M:System.Numerics.Complex.Equals(System.Object)">
67       <summary>Returns a value that indicates whether the current instance and a specified object have the same value.</summary>
68       <param name="obj">The object to compare.</param>
69       <returns><see langword="true"></see> if the <paramref name="obj">obj</paramref> parameter is a <see cref="T:System.Numerics.Complex"></see> object or a type capable of implicit conversion to a <see cref="T:System.Numerics.Complex"></see> object, and its value is equal to the current <see cref="T:System.Numerics.Complex"></see> object; otherwise, <see langword="false"></see>.</returns>
70     </member>
71     <member name="M:System.Numerics.Complex.Exp(System.Numerics.Complex)">
72       <summary>Returns <see langword="e"></see> raised to the power specified by a complex number.</summary>
73       <param name="value">A complex number that specifies a power.</param>
74       <returns>The number <see langword="e"></see> raised to the power <paramref name="value">value</paramref>.</returns>
75     </member>
76     <member name="M:System.Numerics.Complex.FromPolarCoordinates(System.Double,System.Double)">
77       <summary>Creates a complex number from a point&amp;#39;s polar coordinates.</summary>
78       <param name="magnitude">The magnitude, which is the distance from the origin (the intersection of the x-axis and the y-axis) to the number.</param>
79       <param name="phase">The phase, which is the angle from the line to the horizontal axis, measured in radians.</param>
80       <returns>A complex number.</returns>
81     </member>
82     <member name="M:System.Numerics.Complex.GetHashCode">
83       <summary>Returns the hash code for the current <see cref="T:System.Numerics.Complex"></see> object.</summary>
84       <returns>A 32-bit signed integer hash code.</returns>
85     </member>
86     <member name="P:System.Numerics.Complex.Imaginary">
87       <summary>Gets the imaginary component of the current <see cref="T:System.Numerics.Complex"></see> object.</summary>
88       <returns>The imaginary component of a complex number.</returns>
89     </member>
90     <member name="F:System.Numerics.Complex.ImaginaryOne">
91       <summary>Returns a new <see cref="T:System.Numerics.Complex"></see> instance with a real number equal to zero and an imaginary number equal to one.</summary>
92       <returns></returns>
93     </member>
94     <member name="M:System.Numerics.Complex.Log(System.Numerics.Complex)">
95       <summary>Returns the natural (base <see langword="e"></see>) logarithm of a specified complex number.</summary>
96       <param name="value">A complex number.</param>
97       <returns>The natural (base <see langword="e"></see>) logarithm of <paramref name="value">value</paramref>.</returns>
98     </member>
99     <member name="M:System.Numerics.Complex.Log(System.Numerics.Complex,System.Double)">
100       <summary>Returns the logarithm of a specified complex number in a specified base.</summary>
101       <param name="value">A complex number.</param>
102       <param name="baseValue">The base of the logarithm.</param>
103       <returns>The logarithm of <paramref name="value">value</paramref> in base <paramref name="baseValue">baseValue</paramref>.</returns>
104     </member>
105     <member name="M:System.Numerics.Complex.Log10(System.Numerics.Complex)">
106       <summary>Returns the base-10 logarithm of a specified complex number.</summary>
107       <param name="value">A complex number.</param>
108       <returns>The base-10 logarithm of <paramref name="value">value</paramref>.</returns>
109     </member>
110     <member name="P:System.Numerics.Complex.Magnitude">
111       <summary>Gets the magnitude (or absolute value) of a complex number.</summary>
112       <returns>The magnitude of the current instance.</returns>
113     </member>
114     <member name="M:System.Numerics.Complex.Multiply(System.Numerics.Complex,System.Numerics.Complex)">
115       <summary>Returns the product of two complex numbers.</summary>
116       <param name="left">The first complex number to multiply.</param>
117       <param name="right">The second complex number to multiply.</param>
118       <returns>The product of the <paramref name="left">left</paramref> and <paramref name="right">right</paramref> parameters.</returns>
119     </member>
120     <member name="M:System.Numerics.Complex.Negate(System.Numerics.Complex)">
121       <summary>Returns the additive inverse of a specified complex number.</summary>
122       <param name="value">A complex number.</param>
123       <returns>The result of the <see cref="P:System.Numerics.Complex.Real"></see> and <see cref="P:System.Numerics.Complex.Imaginary"></see> components of the <paramref name="value">value</paramref> parameter multiplied by -1.</returns>
124     </member>
125     <member name="F:System.Numerics.Complex.One">
126       <summary>Returns a new <see cref="T:System.Numerics.Complex"></see> instance with a real number equal to one and an imaginary number equal to zero.</summary>
127       <returns></returns>
128     </member>
129     <member name="M:System.Numerics.Complex.op_Addition(System.Numerics.Complex,System.Numerics.Complex)">
130       <summary>Adds two complex numbers.</summary>
131       <param name="left">The first value to add.</param>
132       <param name="right">The second value to add.</param>
133       <returns>The sum of <paramref name="left">left</paramref> and <paramref name="right">right</paramref>.</returns>
134     </member>
135     <member name="M:System.Numerics.Complex.op_Division(System.Numerics.Complex,System.Numerics.Complex)">
136       <summary>Divides a specified complex number by another specified complex number.</summary>
137       <param name="left">The value to be divided.</param>
138       <param name="right">The value to divide by.</param>
139       <returns>The result of dividing <paramref name="left">left</paramref> by <paramref name="right">right</paramref>.</returns>
140     </member>
141     <member name="M:System.Numerics.Complex.op_Equality(System.Numerics.Complex,System.Numerics.Complex)">
142       <summary>Returns a value that indicates whether two complex numbers are equal.</summary>
143       <param name="left">The first complex number to compare.</param>
144       <param name="right">The second complex number to compare.</param>
145       <returns><see langword="true"></see> if the <paramref name="left">left</paramref> and <paramref name="right">right</paramref> parameters have the same value; otherwise, <see langword="false"></see>.</returns>
146     </member>
147     <member name="M:System.Numerics.Complex.op_Explicit(System.Decimal)~System.Numerics.Complex">
148       <summary>Defines an explicit conversion of a <see cref="T:System.Decimal"></see> value to a complex number.</summary>
149       <param name="value">The value to convert to a complex number.</param>
150       <returns>A complex number that has a real component equal to <paramref name="value">value</paramref> and an imaginary component equal to zero.</returns>
151     </member>
152     <member name="M:System.Numerics.Complex.op_Explicit(System.Numerics.BigInteger)~System.Numerics.Complex">
153       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> value to a complex number.</summary>
154       <param name="value">The value to convert to a complex number.</param>
155       <returns>A complex number that has a real component equal to <paramref name="value">value</paramref> and an imaginary component equal to zero.</returns>
156     </member>
157     <member name="M:System.Numerics.Complex.op_Implicit(System.UInt64)~System.Numerics.Complex">
158       <summary>Defines an implicit conversion of a 64-bit unsigned integer to a complex number.   
159 This API is not CLS-compliant.</summary>
160       <param name="value">The value to convert to a complex number.</param>
161       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
162     </member>
163     <member name="M:System.Numerics.Complex.op_Implicit(System.UInt32)~System.Numerics.Complex">
164       <summary>Defines an implicit conversion of a 32-bit unsigned integer to a complex number.   
165 This API is not CLS-compliant.</summary>
166       <param name="value">The value to convert to a complex number.</param>
167       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
168     </member>
169     <member name="M:System.Numerics.Complex.op_Implicit(System.UInt16)~System.Numerics.Complex">
170       <summary>Defines an implicit conversion of a 16-bit unsigned integer to a complex number.   
171 This API is not CLS-compliant.</summary>
172       <param name="value">The value to convert to a complex number.</param>
173       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
174     </member>
175     <member name="M:System.Numerics.Complex.op_Implicit(System.Single)~System.Numerics.Complex">
176       <summary>Defines an implicit conversion of a single-precision floating-point number to a complex number.</summary>
177       <param name="value">The value to convert to a complex number.</param>
178       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
179     </member>
180     <member name="M:System.Numerics.Complex.op_Implicit(System.SByte)~System.Numerics.Complex">
181       <summary>Defines an implicit conversion of a signed byte to a complex number.   
182 This API is not CLS-compliant.</summary>
183       <param name="value">The value to convert to a complex number.</param>
184       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
185     </member>
186     <member name="M:System.Numerics.Complex.op_Implicit(System.Byte)~System.Numerics.Complex">
187       <summary>Defines an implicit conversion of an unsigned byte to a complex number.</summary>
188       <param name="value">The value to convert to a complex number.</param>
189       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
190     </member>
191     <member name="M:System.Numerics.Complex.op_Implicit(System.Int32)~System.Numerics.Complex">
192       <summary>Defines an implicit conversion of a 32-bit signed integer to a complex number.</summary>
193       <param name="value">The value to convert to a complex number.</param>
194       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
195     </member>
196     <member name="M:System.Numerics.Complex.op_Implicit(System.Int16)~System.Numerics.Complex">
197       <summary>Defines an implicit conversion of a 16-bit signed integer to a complex number.</summary>
198       <param name="value">The value to convert to a complex number.</param>
199       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
200     </member>
201     <member name="M:System.Numerics.Complex.op_Implicit(System.Double)~System.Numerics.Complex">
202       <summary>Defines an implicit conversion of a double-precision floating-point number to a complex number.</summary>
203       <param name="value">The value to convert to a complex number.</param>
204       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
205     </member>
206     <member name="M:System.Numerics.Complex.op_Implicit(System.Int64)~System.Numerics.Complex">
207       <summary>Defines an implicit conversion of a 64-bit signed integer to a complex number.</summary>
208       <param name="value">The value to convert to a complex number.</param>
209       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter as its real part and zero as its imaginary part.</returns>
210     </member>
211     <member name="M:System.Numerics.Complex.op_Inequality(System.Numerics.Complex,System.Numerics.Complex)">
212       <summary>Returns a value that indicates whether two complex numbers are not equal.</summary>
213       <param name="left">The first value to compare.</param>
214       <param name="right">The second value to compare.</param>
215       <returns><see langword="true"></see> if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, <see langword="false"></see>.</returns>
216     </member>
217     <member name="M:System.Numerics.Complex.op_Multiply(System.Numerics.Complex,System.Numerics.Complex)">
218       <summary>Multiplies two specified complex numbers.</summary>
219       <param name="left">The first value to multiply.</param>
220       <param name="right">The second value to multiply.</param>
221       <returns>The product of <paramref name="left">left</paramref> and <paramref name="right">right</paramref>.</returns>
222     </member>
223     <member name="M:System.Numerics.Complex.op_Subtraction(System.Numerics.Complex,System.Numerics.Complex)">
224       <summary>Subtracts a complex number from another complex number.</summary>
225       <param name="left">The value to subtract from (the minuend).</param>
226       <param name="right">The value to subtract (the subtrahend).</param>
227       <returns>The result of subtracting <paramref name="right">right</paramref> from <paramref name="left">left</paramref>.</returns>
228     </member>
229     <member name="M:System.Numerics.Complex.op_UnaryNegation(System.Numerics.Complex)">
230       <summary>Returns the additive inverse of a specified complex number.</summary>
231       <param name="value">The value to negate.</param>
232       <returns>The result of the <see cref="P:System.Numerics.Complex.Real"></see> and <see cref="P:System.Numerics.Complex.Imaginary"></see> components of the <paramref name="value">value</paramref> parameter multiplied by -1.</returns>
233     </member>
234     <member name="P:System.Numerics.Complex.Phase">
235       <summary>Gets the phase of a complex number.</summary>
236       <returns>The phase of a complex number, in radians.</returns>
237     </member>
238     <member name="M:System.Numerics.Complex.Pow(System.Numerics.Complex,System.Double)">
239       <summary>Returns a specified complex number raised to a power specified by a double-precision floating-point number.</summary>
240       <param name="value">A complex number to be raised to a power.</param>
241       <param name="power">A double-precision floating-point number that specifies a power.</param>
242       <returns>The complex number <paramref name="value">value</paramref> raised to the power <paramref name="power">power</paramref>.</returns>
243     </member>
244     <member name="M:System.Numerics.Complex.Pow(System.Numerics.Complex,System.Numerics.Complex)">
245       <summary>Returns a specified complex number raised to a power specified by a complex number.</summary>
246       <param name="value">A complex number to be raised to a power.</param>
247       <param name="power">A complex number that specifies a power.</param>
248       <returns>The complex number <paramref name="value">value</paramref> raised to the power <paramref name="power">power</paramref>.</returns>
249     </member>
250     <member name="P:System.Numerics.Complex.Real">
251       <summary>Gets the real component of the current <see cref="T:System.Numerics.Complex"></see> object.</summary>
252       <returns>The real component of a complex number.</returns>
253     </member>
254     <member name="M:System.Numerics.Complex.Reciprocal(System.Numerics.Complex)">
255       <summary>Returns the multiplicative inverse of a complex number.</summary>
256       <param name="value">A complex number.</param>
257       <returns>The reciprocal of <paramref name="value">value</paramref>.</returns>
258     </member>
259     <member name="M:System.Numerics.Complex.Sin(System.Numerics.Complex)">
260       <summary>Returns the sine of the specified complex number.</summary>
261       <param name="value">A complex number.</param>
262       <returns>The sine of <paramref name="value">value</paramref>.</returns>
263     </member>
264     <member name="M:System.Numerics.Complex.Sinh(System.Numerics.Complex)">
265       <summary>Returns the hyperbolic sine of the specified complex number.</summary>
266       <param name="value">A complex number.</param>
267       <returns>The hyperbolic sine of <paramref name="value">value</paramref>.</returns>
268     </member>
269     <member name="M:System.Numerics.Complex.Sqrt(System.Numerics.Complex)">
270       <summary>Returns the square root of a specified complex number.</summary>
271       <param name="value">A complex number.</param>
272       <returns>The square root of <paramref name="value">value</paramref>.</returns>
273     </member>
274     <member name="M:System.Numerics.Complex.Subtract(System.Numerics.Complex,System.Numerics.Complex)">
275       <summary>Subtracts one complex number from another and returns the result.</summary>
276       <param name="left">The value to subtract from (the minuend).</param>
277       <param name="right">The value to subtract (the subtrahend).</param>
278       <returns>The result of subtracting <paramref name="right">right</paramref> from <paramref name="left">left</paramref>.</returns>
279     </member>
280     <member name="M:System.Numerics.Complex.Tan(System.Numerics.Complex)">
281       <summary>Returns the tangent of the specified complex number.</summary>
282       <param name="value">A complex number.</param>
283       <returns>The tangent of <paramref name="value">value</paramref>.</returns>
284     </member>
285     <member name="M:System.Numerics.Complex.Tanh(System.Numerics.Complex)">
286       <summary>Returns the hyperbolic tangent of the specified complex number.</summary>
287       <param name="value">A complex number.</param>
288       <returns>The hyperbolic tangent of <paramref name="value">value</paramref>.</returns>
289     </member>
290     <member name="M:System.Numerics.Complex.ToString">
291       <summary>Converts the value of the current complex number to its equivalent string representation in Cartesian form.</summary>
292       <returns>The string representation of the current instance in Cartesian form.</returns>
293     </member>
294     <member name="M:System.Numerics.Complex.ToString(System.IFormatProvider)">
295       <summary>Converts the value of the current complex number to its equivalent string representation in Cartesian form by using the specified culture-specific formatting information.</summary>
296       <param name="provider">An object that supplies culture-specific formatting information.</param>
297       <returns>The string representation of the current instance in Cartesian form, as specified by <paramref name="provider">provider</paramref>.</returns>
298     </member>
299     <member name="M:System.Numerics.Complex.ToString(System.String)">
300       <summary>Converts the value of the current complex number to its equivalent string representation in Cartesian form by using the specified format for its real and imaginary parts.</summary>
301       <param name="format">A standard or custom numeric format string.</param>
302       <returns>The string representation of the current instance in Cartesian form.</returns>
303       <exception cref="T:System.FormatException"><paramref name="format">format</paramref> is not a valid format string.</exception>
304     </member>
305     <member name="M:System.Numerics.Complex.ToString(System.String,System.IFormatProvider)">
306       <summary>Converts the value of the current complex number to its equivalent string representation in Cartesian form by using the specified format and culture-specific format information for its real and imaginary parts.</summary>
307       <param name="format">A standard or custom numeric format string.</param>
308       <param name="provider">An object that supplies culture-specific formatting information.</param>
309       <returns>The string representation of the current instance in Cartesian form, as specified by <paramref name="format">format</paramref> and <paramref name="provider">provider</paramref>.</returns>
310       <exception cref="T:System.FormatException"><paramref name="format">format</paramref> is not a valid format string.</exception>
311     </member>
312     <member name="F:System.Numerics.Complex.Zero">
313       <summary>Returns a new <see cref="T:System.Numerics.Complex"></see> instance with a real number equal to zero and an imaginary number equal to zero.</summary>
314       <returns></returns>
315     </member>
316     <member name="T:System.Numerics.BigInteger">
317       <summary>Represents an arbitrarily large signed integer.</summary>
318     </member>
319     <member name="M:System.Numerics.BigInteger.#ctor(System.Byte[])">
320       <summary>Initializes a new instance of the <see cref="T:System.Numerics.BigInteger"></see> structure using the values in a byte array.</summary>
321       <param name="value">An array of byte values in little-endian order.</param>
322       <exception cref="T:System.ArgumentNullException"><paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
323     </member>
324     <member name="M:System.Numerics.BigInteger.#ctor(System.Decimal)">
325       <summary>Initializes a new instance of the <see cref="T:System.Numerics.BigInteger"></see> structure using a <see cref="T:System.Decimal"></see> value.</summary>
326       <param name="value">A decimal number.</param>
327     </member>
328     <member name="M:System.Numerics.BigInteger.#ctor(System.Double)">
329       <summary>Initializes a new instance of the <see cref="T:System.Numerics.BigInteger"></see> structure using a double-precision floating-point value.</summary>
330       <param name="value">A double-precision floating-point value.</param>
331       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is <see cref="System.Double.NaN"></see>.  
332  -or-  
333  The value of <paramref name="value">value</paramref> is <see cref="System.Double.NegativeInfinity"></see>.  
334  -or-  
335  The value of <paramref name="value">value</paramref> is <see cref="System.Double.PositiveInfinity"></see>.</exception>
336     </member>
337     <member name="M:System.Numerics.BigInteger.#ctor(System.Int32)">
338       <summary>Initializes a new instance of the <see cref="T:System.Numerics.BigInteger"></see> structure using a 32-bit signed integer value.</summary>
339       <param name="value">A 32-bit signed integer.</param>
340     </member>
341     <member name="M:System.Numerics.BigInteger.#ctor(System.Int64)">
342       <summary>Initializes a new instance of the <see cref="T:System.Numerics.BigInteger"></see> structure using a 64-bit signed integer value.</summary>
343       <param name="value">A 64-bit signed integer.</param>
344     </member>
345     <member name="M:System.Numerics.BigInteger.#ctor(System.Single)">
346       <summary>Initializes a new instance of the <see cref="T:System.Numerics.BigInteger"></see> structure using a single-precision floating-point value.</summary>
347       <param name="value">A single-precision floating-point value.</param>
348       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is <see cref="System.Single.NaN"></see>.  
349  -or-  
350  The value of <paramref name="value">value</paramref> is <see cref="System.Single.NegativeInfinity"></see>.  
351  -or-  
352  The value of <paramref name="value">value</paramref> is <see cref="System.Single.PositiveInfinity"></see>.</exception>
353     </member>
354     <member name="M:System.Numerics.BigInteger.#ctor(System.UInt32)">
355       <summary>Initializes a new instance of the <see cref="T:System.Numerics.BigInteger"></see> structure using an unsigned 32-bit integer value.</summary>
356       <param name="value">An unsigned 32-bit integer value.</param>
357     </member>
358     <member name="M:System.Numerics.BigInteger.#ctor(System.UInt64)">
359       <summary>Initializes a new instance of the <see cref="T:System.Numerics.BigInteger"></see> structure with an unsigned 64-bit integer value.</summary>
360       <param name="value">An unsigned 64-bit integer.</param>
361     </member>
362     <member name="M:System.Numerics.BigInteger.#ctor(System.ReadOnlySpan{System.Byte},System.Boolean,System.Boolean)">
363       <param name="value"></param>
364       <param name="isUnsigned"></param>
365       <param name="isBigEndian"></param>
366     </member>
367     <member name="M:System.Numerics.BigInteger.Abs(System.Numerics.BigInteger)">
368       <summary>Gets the absolute value of a <see cref="T:System.Numerics.BigInteger"></see> object.</summary>
369       <param name="value">A number.</param>
370       <returns>The absolute value of <paramref name="value">value</paramref>.</returns>
371     </member>
372     <member name="M:System.Numerics.BigInteger.Add(System.Numerics.BigInteger,System.Numerics.BigInteger)">
373       <summary>Adds two <see cref="T:System.Numerics.BigInteger"></see> values and returns the result.</summary>
374       <param name="left">The first value to add.</param>
375       <param name="right">The second value to add.</param>
376       <returns>The sum of <paramref name="left">left</paramref> and <paramref name="right">right</paramref>.</returns>
377     </member>
378     <member name="M:System.Numerics.BigInteger.Compare(System.Numerics.BigInteger,System.Numerics.BigInteger)">
379       <summary>Compares two <see cref="T:System.Numerics.BigInteger"></see> values and returns an integer that indicates whether the first value is less than, equal to, or greater than the second value.</summary>
380       <param name="left">The first value to compare.</param>
381       <param name="right">The second value to compare.</param>
382       <returns>A signed integer that indicates the relative values of <paramref name="left">left</paramref> and <paramref name="right">right</paramref>, as shown in the following table.  
383   Value  
384
385   Condition  
386
387   Less than zero  
388
389  <paramref name="left">left</paramref> is less than <paramref name="right">right</paramref>.  
390
391   Zero  
392
393  <paramref name="left">left</paramref> equals <paramref name="right">right</paramref>.  
394
395   Greater than zero  
396
397  <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>.  
398
399  </returns>
400     </member>
401     <member name="M:System.Numerics.BigInteger.CompareTo(System.Object)">
402       <summary>Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object.</summary>
403       <param name="obj">The object to compare.</param>
404       <returns>A signed integer that indicates the relationship of the current instance to the <paramref name="obj">obj</paramref> parameter, as shown in the following table.  
405   Return value  
406
407   Description  
408
409   Less than zero  
410
411   The current instance is less than <paramref name="obj">obj</paramref>.  
412
413   Zero  
414
415   The current instance equals <paramref name="obj">obj</paramref>.  
416
417   Greater than zero  
418
419   The current instance is greater than <paramref name="obj">obj</paramref>, or the <paramref name="obj">obj</paramref> parameter is <see langword="null"></see>.  
420
421  </returns>
422       <exception cref="T:System.ArgumentException"><paramref name="obj">obj</paramref> is not a <see cref="System.Numerics.BigInteger"></see>.</exception>
423     </member>
424     <member name="M:System.Numerics.BigInteger.CompareTo(System.UInt64)">
425       <summary>Compares this instance to an unsigned 64-bit integer and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the unsigned 64-bit integer.</summary>
426       <param name="other">The unsigned 64-bit integer to compare.</param>
427       <returns>A signed integer that indicates the relative value of this instance and <paramref name="other">other</paramref>, as shown in the following table.  
428   Return value  
429
430   Description  
431
432   Less than zero  
433
434   The current instance is less than <paramref name="other">other</paramref>.  
435
436   Zero  
437
438   The current instance equals <paramref name="other">other</paramref>.  
439
440   Greater than zero  
441
442   The current instance is greater than <paramref name="other">other</paramref>.  
443
444  </returns>
445     </member>
446     <member name="M:System.Numerics.BigInteger.CompareTo(System.Int64)">
447       <summary>Compares this instance to a signed 64-bit integer and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the signed 64-bit integer.</summary>
448       <param name="other">The signed 64-bit integer to compare.</param>
449       <returns>A signed integer value that indicates the relationship of this instance to <paramref name="other">other</paramref>, as shown in the following table.  
450   Return value  
451
452   Description  
453
454   Less than zero  
455
456   The current instance is less than <paramref name="other">other</paramref>.  
457
458   Zero  
459
460   The current instance equals <paramref name="other">other</paramref>.  
461
462   Greater than zero  
463
464   The current instance is greater than <paramref name="other">other</paramref>.  
465
466  </returns>
467     </member>
468     <member name="M:System.Numerics.BigInteger.CompareTo(System.Numerics.BigInteger)">
469       <summary>Compares this instance to a second <see cref="T:System.Numerics.BigInteger"></see> and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object.</summary>
470       <param name="other">The object to compare.</param>
471       <returns>A signed integer value that indicates the relationship of this instance to <paramref name="other">other</paramref>, as shown in the following table.  
472   Return value  
473
474   Description  
475
476   Less than zero  
477
478   The current instance is less than <paramref name="other">other</paramref>.  
479
480   Zero  
481
482   The current instance equals <paramref name="other">other</paramref>.  
483
484   Greater than zero  
485
486   The current instance is greater than <paramref name="other">other</paramref>.  
487
488  </returns>
489     </member>
490     <member name="M:System.Numerics.BigInteger.Divide(System.Numerics.BigInteger,System.Numerics.BigInteger)">
491       <summary>Divides one <see cref="T:System.Numerics.BigInteger"></see> value by another and returns the result.</summary>
492       <param name="dividend">The value to be divided.</param>
493       <param name="divisor">The value to divide by.</param>
494       <returns>The quotient of the division.</returns>
495       <exception cref="T:System.DivideByZeroException"><paramref name="divisor">divisor</paramref> is 0 (zero).</exception>
496     </member>
497     <member name="M:System.Numerics.BigInteger.DivRem(System.Numerics.BigInteger,System.Numerics.BigInteger,System.Numerics.BigInteger@)">
498       <summary>Divides one <see cref="T:System.Numerics.BigInteger"></see> value by another, returns the result, and returns the remainder in an output parameter.</summary>
499       <param name="dividend">The value to be divided.</param>
500       <param name="divisor">The value to divide by.</param>
501       <param name="remainder">When this method returns, contains a <see cref="T:System.Numerics.BigInteger"></see> value that represents the remainder from the division. This parameter is passed uninitialized.</param>
502       <returns>The quotient of the division.</returns>
503       <exception cref="T:System.DivideByZeroException"><paramref name="divisor">divisor</paramref> is 0 (zero).</exception>
504     </member>
505     <member name="M:System.Numerics.BigInteger.Equals(System.Int64)">
506       <summary>Returns a value that indicates whether the current instance and a signed 64-bit integer have the same value.</summary>
507       <param name="other">The signed 64-bit integer value to compare.</param>
508       <returns><see langword="true"></see> if the signed 64-bit integer and the current instance have the same value; otherwise, <see langword="false"></see>.</returns>
509     </member>
510     <member name="M:System.Numerics.BigInteger.Equals(System.Numerics.BigInteger)">
511       <summary>Returns a value that indicates whether the current instance and a specified <see cref="T:System.Numerics.BigInteger"></see> object have the same value.</summary>
512       <param name="other">The object to compare.</param>
513       <returns><see langword="true"></see> if this <see cref="T:System.Numerics.BigInteger"></see> object and <paramref name="other">other</paramref> have the same value; otherwise, <see langword="false"></see>.</returns>
514     </member>
515     <member name="M:System.Numerics.BigInteger.Equals(System.Object)">
516       <summary>Returns a value that indicates whether the current instance and a specified object have the same value.</summary>
517       <param name="obj">The object to compare.</param>
518       <returns><see langword="true"></see> if the <paramref name="obj">obj</paramref> argument is a <see cref="T:System.Numerics.BigInteger"></see> object, and its value is equal to the value of the current <see cref="T:System.Numerics.BigInteger"></see> instance; otherwise, <see langword="false"></see>.</returns>
519     </member>
520     <member name="M:System.Numerics.BigInteger.Equals(System.UInt64)">
521       <summary>Returns a value that indicates whether the current instance and an unsigned 64-bit integer have the same value.</summary>
522       <param name="other">The unsigned 64-bit integer to compare.</param>
523       <returns><see langword="true"></see> if the current instance and the unsigned 64-bit integer have the same value; otherwise, <see langword="false"></see>.</returns>
524     </member>
525     <member name="M:System.Numerics.BigInteger.GetByteCount(System.Boolean)">
526       <param name="isUnsigned"></param>
527       <returns></returns>
528     </member>
529     <member name="M:System.Numerics.BigInteger.GetHashCode">
530       <summary>Returns the hash code for the current <see cref="T:System.Numerics.BigInteger"></see> object.</summary>
531       <returns>A 32-bit signed integer hash code.</returns>
532     </member>
533     <member name="M:System.Numerics.BigInteger.GreatestCommonDivisor(System.Numerics.BigInteger,System.Numerics.BigInteger)">
534       <summary>Finds the greatest common divisor of two <see cref="T:System.Numerics.BigInteger"></see> values.</summary>
535       <param name="left">The first value.</param>
536       <param name="right">The second value.</param>
537       <returns>The greatest common divisor of <paramref name="left">left</paramref> and <paramref name="right">right</paramref>.</returns>
538     </member>
539     <member name="P:System.Numerics.BigInteger.IsEven">
540       <summary>Indicates whether the value of the current <see cref="T:System.Numerics.BigInteger"></see> object is an even number.</summary>
541       <returns><see langword="true"></see> if the value of the <see cref="T:System.Numerics.BigInteger"></see> object is an even number; otherwise, <see langword="false"></see>.</returns>
542     </member>
543     <member name="P:System.Numerics.BigInteger.IsOne">
544       <summary>Indicates whether the value of the current <see cref="T:System.Numerics.BigInteger"></see> object is <see cref="P:System.Numerics.BigInteger.One"></see>.</summary>
545       <returns><see langword="true"></see> if the value of the <see cref="T:System.Numerics.BigInteger"></see> object is <see cref="P:System.Numerics.BigInteger.One"></see>; otherwise, <see langword="false"></see>.</returns>
546     </member>
547     <member name="P:System.Numerics.BigInteger.IsPowerOfTwo">
548       <summary>Indicates whether the value of the current <see cref="T:System.Numerics.BigInteger"></see> object is a power of two.</summary>
549       <returns><see langword="true"></see> if the value of the <see cref="T:System.Numerics.BigInteger"></see> object is a power of two; otherwise, <see langword="false"></see>.</returns>
550     </member>
551     <member name="P:System.Numerics.BigInteger.IsZero">
552       <summary>Indicates whether the value of the current <see cref="T:System.Numerics.BigInteger"></see> object is <see cref="P:System.Numerics.BigInteger.Zero"></see>.</summary>
553       <returns><see langword="true"></see> if the value of the <see cref="T:System.Numerics.BigInteger"></see> object is <see cref="P:System.Numerics.BigInteger.Zero"></see>; otherwise, <see langword="false"></see>.</returns>
554     </member>
555     <member name="M:System.Numerics.BigInteger.Log(System.Numerics.BigInteger)">
556       <summary>Returns the natural (base <see langword="e"></see>) logarithm of a specified number.</summary>
557       <param name="value">The number whose logarithm is to be found.</param>
558       <returns>The natural (base <see langword="e"></see>) logarithm of <paramref name="value">value</paramref>, as shown in the table in the Remarks section.</returns>
559       <exception cref="T:System.ArgumentOutOfRangeException">The natural log of <paramref name="value">value</paramref> is out of range of the <see cref="System.Double"></see> data type.</exception>
560     </member>
561     <member name="M:System.Numerics.BigInteger.Log(System.Numerics.BigInteger,System.Double)">
562       <summary>Returns the logarithm of a specified number in a specified base.</summary>
563       <param name="value">A number whose logarithm is to be found.</param>
564       <param name="baseValue">The base of the logarithm.</param>
565       <returns>The base <paramref name="baseValue">baseValue</paramref> logarithm of <paramref name="value">value</paramref>, as shown in the table in the Remarks section.</returns>
566       <exception cref="T:System.ArgumentOutOfRangeException">The log of <paramref name="value">value</paramref> is out of range of the <see cref="System.Double"></see> data type.</exception>
567     </member>
568     <member name="M:System.Numerics.BigInteger.Log10(System.Numerics.BigInteger)">
569       <summary>Returns the base 10 logarithm of a specified number.</summary>
570       <param name="value">A number whose logarithm is to be found.</param>
571       <returns>The base 10 logarithm of <paramref name="value">value</paramref>, as shown in the table in the Remarks section.</returns>
572       <exception cref="T:System.ArgumentOutOfRangeException">The base 10 log of <paramref name="value">value</paramref> is out of range of the <see cref="System.Double"></see> data type.</exception>
573     </member>
574     <member name="M:System.Numerics.BigInteger.Max(System.Numerics.BigInteger,System.Numerics.BigInteger)">
575       <summary>Returns the larger of two <see cref="T:System.Numerics.BigInteger"></see> values.</summary>
576       <param name="left">The first value to compare.</param>
577       <param name="right">The second value to compare.</param>
578       <returns>The <paramref name="left">left</paramref> or <paramref name="right">right</paramref> parameter, whichever is larger.</returns>
579     </member>
580     <member name="M:System.Numerics.BigInteger.Min(System.Numerics.BigInteger,System.Numerics.BigInteger)">
581       <summary>Returns the smaller of two <see cref="T:System.Numerics.BigInteger"></see> values.</summary>
582       <param name="left">The first value to compare.</param>
583       <param name="right">The second value to compare.</param>
584       <returns>The <paramref name="left">left</paramref> or <paramref name="right">right</paramref> parameter, whichever is smaller.</returns>
585     </member>
586     <member name="P:System.Numerics.BigInteger.MinusOne">
587       <summary>Gets a value that represents the number negative one (-1).</summary>
588       <returns>An integer whose value is negative one (-1).</returns>
589     </member>
590     <member name="M:System.Numerics.BigInteger.ModPow(System.Numerics.BigInteger,System.Numerics.BigInteger,System.Numerics.BigInteger)">
591       <summary>Performs modulus division on a number raised to the power of another number.</summary>
592       <param name="value">The number to raise to the exponent power.</param>
593       <param name="exponent">The exponent to raise value by.</param>
594       <param name="modulus">The number by which to divide value raised to the exponent power.</param>
595       <returns>The remainder after dividing <paramref name="value">value</paramref>exponent by <paramref name="modulus">modulus</paramref>.</returns>
596       <exception cref="T:System.DivideByZeroException"><paramref name="modulus">modulus</paramref> is zero.</exception>
597       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="exponent">exponent</paramref> is negative.</exception>
598     </member>
599     <member name="M:System.Numerics.BigInteger.Multiply(System.Numerics.BigInteger,System.Numerics.BigInteger)">
600       <summary>Returns the product of two <see cref="T:System.Numerics.BigInteger"></see> values.</summary>
601       <param name="left">The first number to multiply.</param>
602       <param name="right">The second number to multiply.</param>
603       <returns>The product of the <paramref name="left">left</paramref> and <paramref name="right">right</paramref> parameters.</returns>
604     </member>
605     <member name="M:System.Numerics.BigInteger.Negate(System.Numerics.BigInteger)">
606       <summary>Negates a specified <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
607       <param name="value">The value to negate.</param>
608       <returns>The result of the <paramref name="value">value</paramref> parameter multiplied by negative one (-1).</returns>
609     </member>
610     <member name="P:System.Numerics.BigInteger.One">
611       <summary>Gets a value that represents the number one (1).</summary>
612       <returns>An object whose value is one (1).</returns>
613     </member>
614     <member name="M:System.Numerics.BigInteger.op_Addition(System.Numerics.BigInteger,System.Numerics.BigInteger)">
615       <summary>Adds the values of two specified <see cref="T:System.Numerics.BigInteger"></see> objects.</summary>
616       <param name="left">The first value to add.</param>
617       <param name="right">The second value to add.</param>
618       <returns>The sum of <paramref name="left">left</paramref> and <paramref name="right">right</paramref>.</returns>
619     </member>
620     <member name="M:System.Numerics.BigInteger.op_BitwiseAnd(System.Numerics.BigInteger,System.Numerics.BigInteger)">
621       <summary>Performs a bitwise <see langword="And"></see> operation on two <see cref="T:System.Numerics.BigInteger"></see> values.</summary>
622       <param name="left">The first value.</param>
623       <param name="right">The second value.</param>
624       <returns>The result of the bitwise <see langword="And"></see> operation.</returns>
625     </member>
626     <member name="M:System.Numerics.BigInteger.op_BitwiseOr(System.Numerics.BigInteger,System.Numerics.BigInteger)">
627       <summary>Performs a bitwise <see langword="Or"></see> operation on two <see cref="T:System.Numerics.BigInteger"></see> values.</summary>
628       <param name="left">The first value.</param>
629       <param name="right">The second value.</param>
630       <returns>The result of the bitwise <see langword="Or"></see> operation.</returns>
631     </member>
632     <member name="M:System.Numerics.BigInteger.op_Decrement(System.Numerics.BigInteger)">
633       <summary>Decrements a <see cref="T:System.Numerics.BigInteger"></see> value by 1.</summary>
634       <param name="value">The value to decrement.</param>
635       <returns>The value of the <paramref name="value">value</paramref> parameter decremented by 1.</returns>
636     </member>
637     <member name="M:System.Numerics.BigInteger.op_Division(System.Numerics.BigInteger,System.Numerics.BigInteger)">
638       <summary>Divides a specified <see cref="T:System.Numerics.BigInteger"></see> value by another specified <see cref="T:System.Numerics.BigInteger"></see> value by using integer division.</summary>
639       <param name="dividend">The value to be divided.</param>
640       <param name="divisor">The value to divide by.</param>
641       <returns>The integral result of the division.</returns>
642       <exception cref="T:System.DivideByZeroException"><paramref name="divisor">divisor</paramref> is 0 (zero).</exception>
643     </member>
644     <member name="M:System.Numerics.BigInteger.op_Equality(System.Int64,System.Numerics.BigInteger)">
645       <summary>Returns a value that indicates whether a signed long integer value and a <see cref="T:System.Numerics.BigInteger"></see> value are equal.</summary>
646       <param name="left">The first value to compare.</param>
647       <param name="right">The second value to compare.</param>
648       <returns><see langword="true"></see> if the <paramref name="left">left</paramref> and <paramref name="right">right</paramref> parameters have the same value; otherwise, <see langword="false"></see>.</returns>
649     </member>
650     <member name="M:System.Numerics.BigInteger.op_Equality(System.Numerics.BigInteger,System.Int64)">
651       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value and a signed long integer value are equal.</summary>
652       <param name="left">The first value to compare.</param>
653       <param name="right">The second value to compare.</param>
654       <returns><see langword="true"></see> if the <paramref name="left">left</paramref> and <paramref name="right">right</paramref> parameters have the same value; otherwise, <see langword="false"></see>.</returns>
655     </member>
656     <member name="M:System.Numerics.BigInteger.op_Equality(System.Numerics.BigInteger,System.Numerics.BigInteger)">
657       <summary>Returns a value that indicates whether the values of two <see cref="T:System.Numerics.BigInteger"></see> objects are equal.</summary>
658       <param name="left">The first value to compare.</param>
659       <param name="right">The second value to compare.</param>
660       <returns><see langword="true"></see> if the <paramref name="left">left</paramref> and <paramref name="right">right</paramref> parameters have the same value; otherwise, <see langword="false"></see>.</returns>
661     </member>
662     <member name="M:System.Numerics.BigInteger.op_Equality(System.Numerics.BigInteger,System.UInt64)">
663       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value and an unsigned long integer value are equal.</summary>
664       <param name="left">The first value to compare.</param>
665       <param name="right">The second value to compare.</param>
666       <returns><see langword="true"></see> if the <paramref name="left">left</paramref> and <paramref name="right">right</paramref> parameters have the same value; otherwise, <see langword="false"></see>.</returns>
667     </member>
668     <member name="M:System.Numerics.BigInteger.op_Equality(System.UInt64,System.Numerics.BigInteger)">
669       <summary>Returns a value that indicates whether an unsigned long integer value and a <see cref="T:System.Numerics.BigInteger"></see> value are equal.</summary>
670       <param name="left">The first value to compare.</param>
671       <param name="right">The second value to compare.</param>
672       <returns><see langword="true"></see> if the <paramref name="left">left</paramref> and <paramref name="right">right</paramref> parameters have the same value; otherwise, <see langword="false"></see>.</returns>
673     </member>
674     <member name="M:System.Numerics.BigInteger.op_ExclusiveOr(System.Numerics.BigInteger,System.Numerics.BigInteger)">
675       <summary>Performs a bitwise exclusive <see langword="Or"></see> (<see langword="XOr"></see>) operation on two <see cref="T:System.Numerics.BigInteger"></see> values.</summary>
676       <param name="left">The first value.</param>
677       <param name="right">The second value.</param>
678       <returns>The result of the bitwise <see langword="Or"></see> operation.</returns>
679     </member>
680     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Decimal)~System.Numerics.BigInteger">
681       <summary>Defines an explicit conversion of a <see cref="T:System.Decimal"></see> object to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
682       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
683       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
684     </member>
685     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Double)~System.Numerics.BigInteger">
686       <summary>Defines an explicit conversion of a <see cref="T:System.Double"></see> value to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
687       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
688       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
689       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is <see cref="System.Double.NaN"></see>.  
690  -or-  
691  The value of <paramref name="value">value</paramref> is <see cref="System.Double.PositiveInfinity"></see>.
692  -or-  
693  The value of <paramref name="value">value</paramref> is <see cref="System.Double.NegativeInfinity"></see>.</exception>
694     </member>
695     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.Byte">
696       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to an unsigned byte value.</summary>
697       <param name="value">The value to convert to a <see cref="T:System.Byte"></see>.</param>
698       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
699       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is less than <see cref="System.Byte.MinValue"></see>.  
700  -or-  
701  The value of <paramref name="value">value</paramref> is greater than <see cref="System.Byte.MaxValue"></see>.</exception>
702     </member>
703     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.Decimal">
704       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to a <see cref="T:System.Decimal"></see> value.</summary>
705       <param name="value">The value to convert to a <see cref="T:System.Decimal"></see>.</param>
706       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
707       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is less than <see cref="System.Decimal.MinValue"></see>.  
708  -or-  
709  The value of <paramref name="value">value</paramref> is greater than <see cref="System.Decimal.MaxValue"></see>.</exception>
710     </member>
711     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.Double">
712       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to a <see cref="T:System.Double"></see> value.</summary>
713       <param name="value">The value to convert to a <see cref="T:System.Double"></see>.</param>
714       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
715     </member>
716     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.Int16">
717       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to a 16-bit signed integer value.</summary>
718       <param name="value">The value to convert to a 16-bit signed integer.</param>
719       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
720       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is less than <see cref="System.Int16.MinValue"></see>.  
721  -or-  
722  The value of <paramref name="value">value</paramref> is greater than <see cref="System.Int16.MaxValue"></see>.</exception>
723     </member>
724     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.Int32">
725       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to a 32-bit signed integer value.</summary>
726       <param name="value">The value to convert to a 32-bit signed integer.</param>
727       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
728       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is less than <see cref="System.Int32.MinValue"></see>.  
729  -or-  
730  The value of <paramref name="value">value</paramref> is greater than <see cref="System.Int32.MaxValue"></see>.</exception>
731     </member>
732     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.Int64">
733       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to a 64-bit signed integer value.</summary>
734       <param name="value">The value to convert to a 64-bit signed integer.</param>
735       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
736       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is less than <see cref="System.Int64.MinValue"></see>.  
737  -or-  
738  The value of <paramref name="value">value</paramref> is greater than <see cref="System.Int64.MaxValue"></see>.</exception>
739     </member>
740     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.SByte">
741       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to a signed 8-bit value.  
742  This API is not CLS-compliant. The compliant alternative is <see cref="T:System.Int16"></see>.</summary>
743       <param name="value">The value to convert to a signed 8-bit value.</param>
744       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
745       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is less than <see cref="System.SByte.MinValue"></see>.  
746  -or-  
747  The value of <paramref name="value">value</paramref> is greater than <see cref="System.SByte.MaxValue"></see>.</exception>
748     </member>
749     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.Single">
750       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to a single-precision floating-point value.</summary>
751       <param name="value">The value to convert to a single-precision floating-point value.</param>
752       <returns>An object that contains the closest possible representation of the <paramref name="value">value</paramref> parameter.</returns>
753     </member>
754     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.UInt16">
755       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to an unsigned 16-bit integer value.  
756  This API is not CLS-compliant. The compliant alternative is <see cref="T:System.Int32"></see>.</summary>
757       <param name="value">The value to convert to an unsigned 16-bit integer.</param>
758       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
759       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is less than <see cref="System.UInt16.MinValue"></see>.  
760  -or-  
761  The value of <paramref name="value">value</paramref> is greater than <see cref="System.UInt16.MaxValue"></see>.</exception>
762     </member>
763     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.UInt32">
764       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to an unsigned 32-bit integer value.  
765  This API is not CLS-compliant. The compliant alternative is <see cref="T:System.Int64"></see>.</summary>
766       <param name="value">The value to convert to an unsigned 32-bit integer.</param>
767       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
768       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is less than <see cref="System.UInt32.MinValue"></see>.  
769  -or-  
770  The value of <paramref name="value">value</paramref> is greater than <see cref="System.UInt32.MaxValue"></see>.</exception>
771     </member>
772     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Numerics.BigInteger)~System.UInt64">
773       <summary>Defines an explicit conversion of a <see cref="T:System.Numerics.BigInteger"></see> object to an unsigned 64-bit integer value.  
774  This API is not CLS-compliant. The compliant alternative is <see cref="T:System.Double"></see>.</summary>
775       <param name="value">The value to convert to an unsigned 64-bit integer.</param>
776       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
777       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is less than <see cref="System.UInt64.MinValue"></see>.  
778  -or-  
779  The value of <paramref name="value">value</paramref> is greater than <see cref="System.UInt64.MaxValue"></see>.</exception>
780     </member>
781     <member name="M:System.Numerics.BigInteger.op_Explicit(System.Single)~System.Numerics.BigInteger">
782       <summary>Defines an explicit conversion of a <see cref="T:System.Single"></see> value to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
783       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
784       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
785       <exception cref="T:System.OverflowException">The value of <paramref name="value">value</paramref> is <see cref="System.Single.NaN"></see>.  
786  -or-  
787  The value of <paramref name="value">value</paramref> is <see cref="System.Single.PositiveInfinity"></see>.
788  -or-  
789  The value of <paramref name="value">value</paramref> is <see cref="System.Single.NegativeInfinity"></see>.</exception>
790     </member>
791     <member name="M:System.Numerics.BigInteger.op_GreaterThan(System.UInt64,System.Numerics.BigInteger)">
792       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is greater than a 64-bit unsigned integer.</summary>
793       <param name="left">The first value to compare.</param>
794       <param name="right">The second value to compare.</param>
795       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
796     </member>
797     <member name="M:System.Numerics.BigInteger.op_GreaterThan(System.Numerics.BigInteger,System.UInt64)">
798       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is greater than a 64-bit unsigned integer.</summary>
799       <param name="left">The first value to compare.</param>
800       <param name="right">The second value to compare.</param>
801       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
802     </member>
803     <member name="M:System.Numerics.BigInteger.op_GreaterThan(System.Int64,System.Numerics.BigInteger)">
804       <summary>Returns a value that indicates whether a 64-bit signed integer is greater than a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
805       <param name="left">The first value to compare.</param>
806       <param name="right">The second value to compare.</param>
807       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
808     </member>
809     <member name="M:System.Numerics.BigInteger.op_GreaterThan(System.Numerics.BigInteger,System.Int64)">
810       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> is greater than a 64-bit signed integer value.</summary>
811       <param name="left">The first value to compare.</param>
812       <param name="right">The second value to compare.</param>
813       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
814     </member>
815     <member name="M:System.Numerics.BigInteger.op_GreaterThan(System.Numerics.BigInteger,System.Numerics.BigInteger)">
816       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is greater than another <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
817       <param name="left">The first value to compare.</param>
818       <param name="right">The second value to compare.</param>
819       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
820     </member>
821     <member name="M:System.Numerics.BigInteger.op_GreaterThanOrEqual(System.Int64,System.Numerics.BigInteger)">
822       <summary>Returns a value that indicates whether a 64-bit signed integer is greater than or equal to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
823       <param name="left">The first value to compare.</param>
824       <param name="right">The second value to compare.</param>
825       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
826     </member>
827     <member name="M:System.Numerics.BigInteger.op_GreaterThanOrEqual(System.Numerics.BigInteger,System.Int64)">
828       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is greater than or equal to a 64-bit signed integer value.</summary>
829       <param name="left">The first value to compare.</param>
830       <param name="right">The second value to compare.</param>
831       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
832     </member>
833     <member name="M:System.Numerics.BigInteger.op_GreaterThanOrEqual(System.Numerics.BigInteger,System.Numerics.BigInteger)">
834       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is greater than or equal to another <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
835       <param name="left">The first value to compare.</param>
836       <param name="right">The second value to compare.</param>
837       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
838     </member>
839     <member name="M:System.Numerics.BigInteger.op_GreaterThanOrEqual(System.Numerics.BigInteger,System.UInt64)">
840       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is greater than or equal to a 64-bit unsigned integer value.</summary>
841       <param name="left">The first value to compare.</param>
842       <param name="right">The second value to compare.</param>
843       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
844     </member>
845     <member name="M:System.Numerics.BigInteger.op_GreaterThanOrEqual(System.UInt64,System.Numerics.BigInteger)">
846       <summary>Returns a value that indicates whether a 64-bit unsigned integer is greater than or equal to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
847       <param name="left">The first value to compare.</param>
848       <param name="right">The second value to compare.</param>
849       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is greater than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
850     </member>
851     <member name="M:System.Numerics.BigInteger.op_Implicit(System.UInt32)~System.Numerics.BigInteger">
852       <summary>Defines an implicit conversion of a 32-bit unsigned integer to a <see cref="T:System.Numerics.BigInteger"></see> value.  
853  This API is not CLS-compliant. The compliant alternative is <see cref="M:System.Numerics.BigInteger.op_Implicit(System.Int64)~System.Numerics.BigInteger"></see>.</summary>
854       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
855       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
856     </member>
857     <member name="M:System.Numerics.BigInteger.op_Implicit(System.UInt16)~System.Numerics.BigInteger">
858       <summary>Defines an implicit conversion of a 16-bit unsigned integer to a <see cref="T:System.Numerics.BigInteger"></see> value.  
859  This API is not CLS-compliant. The compliant alternative is <see cref="M:System.Numerics.BigInteger.op_Implicit(System.Int32)~System.Numerics.BigInteger"></see>.</summary>
860       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
861       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
862     </member>
863     <member name="M:System.Numerics.BigInteger.op_Implicit(System.SByte)~System.Numerics.BigInteger">
864       <summary>Defines an implicit conversion of an 8-bit signed integer to a <see cref="T:System.Numerics.BigInteger"></see> value.  
865  This API is not CLS-compliant. The compliant alternative is <see cref="M:System.Numerics.BigInteger.#ctor(System.Int32)"></see>.</summary>
866       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
867       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
868     </member>
869     <member name="M:System.Numerics.BigInteger.op_Implicit(System.UInt64)~System.Numerics.BigInteger">
870       <summary>Defines an implicit conversion of a 64-bit unsigned integer to a <see cref="T:System.Numerics.BigInteger"></see> value.  
871  This API is not CLS-compliant. The compliant alternative is <see cref="T:System.Double"></see>.</summary>
872       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
873       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
874     </member>
875     <member name="M:System.Numerics.BigInteger.op_Implicit(System.Int32)~System.Numerics.BigInteger">
876       <summary>Defines an implicit conversion of a signed 32-bit integer to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
877       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
878       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
879     </member>
880     <member name="M:System.Numerics.BigInteger.op_Implicit(System.Int16)~System.Numerics.BigInteger">
881       <summary>Defines an implicit conversion of a signed 16-bit integer to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
882       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
883       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
884     </member>
885     <member name="M:System.Numerics.BigInteger.op_Implicit(System.Byte)~System.Numerics.BigInteger">
886       <summary>Defines an implicit conversion of an unsigned byte to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
887       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
888       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
889     </member>
890     <member name="M:System.Numerics.BigInteger.op_Implicit(System.Int64)~System.Numerics.BigInteger">
891       <summary>Defines an implicit conversion of a signed 64-bit integer to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
892       <param name="value">The value to convert to a <see cref="T:System.Numerics.BigInteger"></see>.</param>
893       <returns>An object that contains the value of the <paramref name="value">value</paramref> parameter.</returns>
894     </member>
895     <member name="M:System.Numerics.BigInteger.op_Increment(System.Numerics.BigInteger)">
896       <summary>Increments a <see cref="T:System.Numerics.BigInteger"></see> value by 1.</summary>
897       <param name="value">The value to increment.</param>
898       <returns>The value of the <paramref name="value">value</paramref> parameter incremented by 1.</returns>
899     </member>
900     <member name="M:System.Numerics.BigInteger.op_Inequality(System.UInt64,System.Numerics.BigInteger)">
901       <summary>Returns a value that indicates whether a 64-bit unsigned integer and a <see cref="T:System.Numerics.BigInteger"></see> value are not equal.</summary>
902       <param name="left">The first value to compare.</param>
903       <param name="right">The second value to compare.</param>
904       <returns><see langword="true"></see> if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, <see langword="false"></see>.</returns>
905     </member>
906     <member name="M:System.Numerics.BigInteger.op_Inequality(System.Numerics.BigInteger,System.Numerics.BigInteger)">
907       <summary>Returns a value that indicates whether two <see cref="T:System.Numerics.BigInteger"></see> objects have different values.</summary>
908       <param name="left">The first value to compare.</param>
909       <param name="right">The second value to compare.</param>
910       <returns><see langword="true"></see> if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, <see langword="false"></see>.</returns>
911     </member>
912     <member name="M:System.Numerics.BigInteger.op_Inequality(System.Numerics.BigInteger,System.UInt64)">
913       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value and a 64-bit unsigned integer are not equal.</summary>
914       <param name="left">The first value to compare.</param>
915       <param name="right">The second value to compare.</param>
916       <returns><see langword="true"></see> if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, <see langword="false"></see>.</returns>
917     </member>
918     <member name="M:System.Numerics.BigInteger.op_Inequality(System.Int64,System.Numerics.BigInteger)">
919       <summary>Returns a value that indicates whether a 64-bit signed integer and a <see cref="T:System.Numerics.BigInteger"></see> value are not equal.</summary>
920       <param name="left">The first value to compare.</param>
921       <param name="right">The second value to compare.</param>
922       <returns><see langword="true"></see> if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, <see langword="false"></see>.</returns>
923     </member>
924     <member name="M:System.Numerics.BigInteger.op_Inequality(System.Numerics.BigInteger,System.Int64)">
925       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value and a 64-bit signed integer are not equal.</summary>
926       <param name="left">The first value to compare.</param>
927       <param name="right">The second value to compare.</param>
928       <returns><see langword="true"></see> if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, <see langword="false"></see>.</returns>
929     </member>
930     <member name="M:System.Numerics.BigInteger.op_LeftShift(System.Numerics.BigInteger,System.Int32)">
931       <summary>Shifts a <see cref="T:System.Numerics.BigInteger"></see> value a specified number of bits to the left.</summary>
932       <param name="value">The value whose bits are to be shifted.</param>
933       <param name="shift">The number of bits to shift value to the left.</param>
934       <returns>A value that has been shifted to the left by the specified number of bits.</returns>
935     </member>
936     <member name="M:System.Numerics.BigInteger.op_LessThan(System.Int64,System.Numerics.BigInteger)">
937       <summary>Returns a value that indicates whether a 64-bit signed integer is less than a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
938       <param name="left">The first value to compare.</param>
939       <param name="right">The second value to compare.</param>
940       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
941     </member>
942     <member name="M:System.Numerics.BigInteger.op_LessThan(System.Numerics.BigInteger,System.Int64)">
943       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is less than a 64-bit signed integer.</summary>
944       <param name="left">The first value to compare.</param>
945       <param name="right">The second value to compare.</param>
946       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
947     </member>
948     <member name="M:System.Numerics.BigInteger.op_LessThan(System.Numerics.BigInteger,System.Numerics.BigInteger)">
949       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is less than another <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
950       <param name="left">The first value to compare.</param>
951       <param name="right">The second value to compare.</param>
952       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
953     </member>
954     <member name="M:System.Numerics.BigInteger.op_LessThan(System.Numerics.BigInteger,System.UInt64)">
955       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is less than a 64-bit unsigned integer.</summary>
956       <param name="left">The first value to compare.</param>
957       <param name="right">The second value to compare.</param>
958       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
959     </member>
960     <member name="M:System.Numerics.BigInteger.op_LessThan(System.UInt64,System.Numerics.BigInteger)">
961       <summary>Returns a value that indicates whether a 64-bit unsigned integer is less than a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
962       <param name="left">The first value to compare.</param>
963       <param name="right">The second value to compare.</param>
964       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
965     </member>
966     <member name="M:System.Numerics.BigInteger.op_LessThanOrEqual(System.UInt64,System.Numerics.BigInteger)">
967       <summary>Returns a value that indicates whether a 64-bit unsigned integer is less than or equal to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
968       <param name="left">The first value to compare.</param>
969       <param name="right">The second value to compare.</param>
970       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than or equal to <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
971     </member>
972     <member name="M:System.Numerics.BigInteger.op_LessThanOrEqual(System.Numerics.BigInteger,System.Numerics.BigInteger)">
973       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is less than or equal to another <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
974       <param name="left">The first value to compare.</param>
975       <param name="right">The second value to compare.</param>
976       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than or equal to <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
977     </member>
978     <member name="M:System.Numerics.BigInteger.op_LessThanOrEqual(System.Numerics.BigInteger,System.UInt64)">
979       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is less than or equal to a 64-bit unsigned integer.</summary>
980       <param name="left">The first value to compare.</param>
981       <param name="right">The second value to compare.</param>
982       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than or equal to <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
983     </member>
984     <member name="M:System.Numerics.BigInteger.op_LessThanOrEqual(System.Int64,System.Numerics.BigInteger)">
985       <summary>Returns a value that indicates whether a 64-bit signed integer is less than or equal to a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
986       <param name="left">The first value to compare.</param>
987       <param name="right">The second value to compare.</param>
988       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than or equal to <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
989     </member>
990     <member name="M:System.Numerics.BigInteger.op_LessThanOrEqual(System.Numerics.BigInteger,System.Int64)">
991       <summary>Returns a value that indicates whether a <see cref="T:System.Numerics.BigInteger"></see> value is less than or equal to a 64-bit signed integer.</summary>
992       <param name="left">The first value to compare.</param>
993       <param name="right">The second value to compare.</param>
994       <returns><see langword="true"></see> if <paramref name="left">left</paramref> is less than or equal to <paramref name="right">right</paramref>; otherwise, <see langword="false"></see>.</returns>
995     </member>
996     <member name="M:System.Numerics.BigInteger.op_Modulus(System.Numerics.BigInteger,System.Numerics.BigInteger)">
997       <summary>Returns the remainder that results from division with two specified <see cref="T:System.Numerics.BigInteger"></see> values.</summary>
998       <param name="dividend">The value to be divided.</param>
999       <param name="divisor">The value to divide by.</param>
1000       <returns>The remainder that results from the division.</returns>
1001       <exception cref="T:System.DivideByZeroException"><paramref name="divisor">divisor</paramref> is 0 (zero).</exception>
1002     </member>
1003     <member name="M:System.Numerics.BigInteger.op_Multiply(System.Numerics.BigInteger,System.Numerics.BigInteger)">
1004       <summary>Multiplies two specified <see cref="T:System.Numerics.BigInteger"></see> values.</summary>
1005       <param name="left">The first value to multiply.</param>
1006       <param name="right">The second value to multiply.</param>
1007       <returns>The product of <paramref name="left">left</paramref> and <paramref name="right">right</paramref>.</returns>
1008     </member>
1009     <member name="M:System.Numerics.BigInteger.op_OnesComplement(System.Numerics.BigInteger)">
1010       <summary>Returns the bitwise one&amp;#39;s complement of a <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
1011       <param name="value">An integer value.</param>
1012       <returns>The bitwise one&amp;#39;s complement of <paramref name="value">value</paramref>.</returns>
1013     </member>
1014     <member name="M:System.Numerics.BigInteger.op_RightShift(System.Numerics.BigInteger,System.Int32)">
1015       <summary>Shifts a <see cref="T:System.Numerics.BigInteger"></see> value a specified number of bits to the right.</summary>
1016       <param name="value">The value whose bits are to be shifted.</param>
1017       <param name="shift">The number of bits to shift value to the right.</param>
1018       <returns>A value that has been shifted to the right by the specified number of bits.</returns>
1019     </member>
1020     <member name="M:System.Numerics.BigInteger.op_Subtraction(System.Numerics.BigInteger,System.Numerics.BigInteger)">
1021       <summary>Subtracts a <see cref="T:System.Numerics.BigInteger"></see> value from another <see cref="T:System.Numerics.BigInteger"></see> value.</summary>
1022       <param name="left">The value to subtract from (the minuend).</param>
1023       <param name="right">The value to subtract (the subtrahend).</param>
1024       <returns>The result of subtracting <paramref name="right">right</paramref> from <paramref name="left">left</paramref>.</returns>
1025     </member>
1026     <member name="M:System.Numerics.BigInteger.op_UnaryNegation(System.Numerics.BigInteger)">
1027       <summary>Negates a specified BigInteger value.</summary>
1028       <param name="value">The value to negate.</param>
1029       <returns>The result of the <paramref name="value">value</paramref> parameter multiplied by negative one (-1).</returns>
1030     </member>
1031     <member name="M:System.Numerics.BigInteger.op_UnaryPlus(System.Numerics.BigInteger)">
1032       <summary>Returns the value of the <see cref="T:System.Numerics.BigInteger"></see> operand. (The sign of the operand is unchanged.)</summary>
1033       <param name="value">An integer value.</param>
1034       <returns>The value of the <paramref name="value">value</paramref> operand.</returns>
1035     </member>
1036     <member name="M:System.Numerics.BigInteger.Parse(System.String)">
1037       <summary>Converts the string representation of a number to its <see cref="T:System.Numerics.BigInteger"></see> equivalent.</summary>
1038       <param name="value">A string that contains the number to convert.</param>
1039       <returns>A value that is equivalent to the number specified in the <paramref name="value">value</paramref> parameter.</returns>
1040       <exception cref="T:System.ArgumentNullException"><paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
1041       <exception cref="T:System.FormatException"><paramref name="value">value</paramref> is not in the correct format.</exception>
1042     </member>
1043     <member name="M:System.Numerics.BigInteger.Parse(System.String,System.Globalization.NumberStyles)">
1044       <summary>Converts the string representation of a number in a specified style to its <see cref="T:System.Numerics.BigInteger"></see> equivalent.</summary>
1045       <param name="value">A string that contains a number to convert.</param>
1046       <param name="style">A bitwise combination of the enumeration values that specify the permitted format of value.</param>
1047       <returns>A value that is equivalent to the number specified in the <paramref name="value">value</paramref> parameter.</returns>
1048       <exception cref="T:System.ArgumentException"><paramref name="style">style</paramref> is not a <see cref="System.Globalization.NumberStyles"></see> value.  
1049  -or-  
1050  <paramref name="style">style</paramref> includes the <see cref="System.Globalization.NumberStyles.AllowHexSpecifier"></see> or <see cref="System.Globalization.NumberStyles.HexNumber"></see> flag along with another value.</exception>
1051       <exception cref="T:System.ArgumentNullException"><paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
1052       <exception cref="T:System.FormatException"><paramref name="value">value</paramref> does not comply with the input pattern specified by <see cref="System.Globalization.NumberStyles"></see>.</exception>
1053     </member>
1054     <member name="M:System.Numerics.BigInteger.Parse(System.String,System.IFormatProvider)">
1055       <summary>Converts the string representation of a number in a specified culture-specific format to its <see cref="T:System.Numerics.BigInteger"></see> equivalent.</summary>
1056       <param name="value">A string that contains a number to convert.</param>
1057       <param name="provider">An object that provides culture-specific formatting information about value.</param>
1058       <returns>A value that is equivalent to the number specified in the <paramref name="value">value</paramref> parameter.</returns>
1059       <exception cref="T:System.ArgumentNullException"><paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
1060       <exception cref="T:System.FormatException"><paramref name="value">value</paramref> is not in the correct format.</exception>
1061     </member>
1062     <member name="M:System.Numerics.BigInteger.Parse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider)">
1063       <param name="value"></param>
1064       <param name="style"></param>
1065       <param name="provider"></param>
1066       <returns></returns>
1067     </member>
1068     <member name="M:System.Numerics.BigInteger.Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)">
1069       <summary>Converts the string representation of a number in a specified style and culture-specific format to its <see cref="T:System.Numerics.BigInteger"></see> equivalent.</summary>
1070       <param name="value">A string that contains a number to convert.</param>
1071       <param name="style">A bitwise combination of the enumeration values that specify the permitted format of value.</param>
1072       <param name="provider">An object that provides culture-specific formatting information about value.</param>
1073       <returns>A value that is equivalent to the number specified in the <paramref name="value">value</paramref> parameter.</returns>
1074       <exception cref="T:System.ArgumentException"><paramref name="style">style</paramref> is not a <see cref="System.Globalization.NumberStyles"></see> value.  
1075  -or-  
1076  <paramref name="style">style</paramref> includes the <see cref="System.Globalization.NumberStyles.AllowHexSpecifier"></see> or <see cref="System.Globalization.NumberStyles.HexNumber"></see> flag along with another value.</exception>
1077       <exception cref="T:System.ArgumentNullException"><paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
1078       <exception cref="T:System.FormatException"><paramref name="value">value</paramref> does not comply with the input pattern specified by <paramref name="style">style</paramref>.</exception>
1079     </member>
1080     <member name="M:System.Numerics.BigInteger.Pow(System.Numerics.BigInteger,System.Int32)">
1081       <summary>Raises a <see cref="T:System.Numerics.BigInteger"></see> value to the power of a specified value.</summary>
1082       <param name="value">The number to raise to the exponent power.</param>
1083       <param name="exponent">The exponent to raise value by.</param>
1084       <returns>The result of raising <paramref name="value">value</paramref> to the <paramref name="exponent">exponent</paramref> power.</returns>
1085       <exception cref="T:System.ArgumentOutOfRangeException">The value of the <paramref name="exponent">exponent</paramref> parameter is negative.</exception>
1086     </member>
1087     <member name="M:System.Numerics.BigInteger.Remainder(System.Numerics.BigInteger,System.Numerics.BigInteger)">
1088       <summary>Performs integer division on two <see cref="T:System.Numerics.BigInteger"></see> values and returns the remainder.</summary>
1089       <param name="dividend">The value to be divided.</param>
1090       <param name="divisor">The value to divide by.</param>
1091       <returns>The remainder after dividing <paramref name="dividend">dividend</paramref> by <paramref name="divisor">divisor</paramref>.</returns>
1092       <exception cref="T:System.DivideByZeroException"><paramref name="divisor">divisor</paramref> is 0 (zero).</exception>
1093     </member>
1094     <member name="P:System.Numerics.BigInteger.Sign">
1095       <summary>Gets a number that indicates the sign (negative, positive, or zero) of the current <see cref="T:System.Numerics.BigInteger"></see> object.</summary>
1096       <returns>A number that indicates the sign of the <see cref="T:System.Numerics.BigInteger"></see> object, as shown in the following table.  
1097   Number  
1098
1099   Description  
1100
1101   -1  
1102
1103   The value of this object is negative.  
1104
1105   0  
1106
1107   The value of this object is 0 (zero).  
1108
1109   1  
1110
1111   The value of this object is positive.  
1112
1113  </returns>
1114     </member>
1115     <member name="M:System.Numerics.BigInteger.Subtract(System.Numerics.BigInteger,System.Numerics.BigInteger)">
1116       <summary>Subtracts one <see cref="T:System.Numerics.BigInteger"></see> value from another and returns the result.</summary>
1117       <param name="left">The value to subtract from (the minuend).</param>
1118       <param name="right">The value to subtract (the subtrahend).</param>
1119       <returns>The result of subtracting <paramref name="right">right</paramref> from <paramref name="left">left</paramref>.</returns>
1120     </member>
1121     <member name="M:System.Numerics.BigInteger.ToByteArray">
1122       <summary>Converts a <see cref="T:System.Numerics.BigInteger"></see> value to a byte array.</summary>
1123       <returns>The value of the current <see cref="T:System.Numerics.BigInteger"></see> object converted to an array of bytes.</returns>
1124     </member>
1125     <member name="M:System.Numerics.BigInteger.ToByteArray(System.Boolean,System.Boolean)">
1126       <param name="isUnsigned"></param>
1127       <param name="isBigEndian"></param>
1128       <returns></returns>
1129     </member>
1130     <member name="M:System.Numerics.BigInteger.ToString">
1131       <summary>Converts the numeric value of the current <see cref="T:System.Numerics.BigInteger"></see> object to its equivalent string representation.</summary>
1132       <returns>The string representation of the current <see cref="T:System.Numerics.BigInteger"></see> value.</returns>
1133     </member>
1134     <member name="M:System.Numerics.BigInteger.ToString(System.IFormatProvider)">
1135       <summary>Converts the numeric value of the current <see cref="T:System.Numerics.BigInteger"></see> object to its equivalent string representation by using the specified culture-specific formatting information.</summary>
1136       <param name="provider">An object that supplies culture-specific formatting information.</param>
1137       <returns>The string representation of the current <see cref="T:System.Numerics.BigInteger"></see> value in the format specified by the <paramref name="provider">provider</paramref> parameter.</returns>
1138     </member>
1139     <member name="M:System.Numerics.BigInteger.ToString(System.String)">
1140       <summary>Converts the numeric value of the current <see cref="T:System.Numerics.BigInteger"></see> object to its equivalent string representation by using the specified format.</summary>
1141       <param name="format">A standard or custom numeric format string.</param>
1142       <returns>The string representation of the current <see cref="T:System.Numerics.BigInteger"></see> value in the format specified by the <paramref name="format">format</paramref> parameter.</returns>
1143       <exception cref="T:System.FormatException"><paramref name="format">format</paramref> is not a valid format string.</exception>
1144     </member>
1145     <member name="M:System.Numerics.BigInteger.ToString(System.String,System.IFormatProvider)">
1146       <summary>Converts the numeric value of the current <see cref="T:System.Numerics.BigInteger"></see> object to its equivalent string representation by using the specified format and culture-specific format information.</summary>
1147       <param name="format">A standard or custom numeric format string.</param>
1148       <param name="provider">An object that supplies culture-specific formatting information.</param>
1149       <returns>The string representation of the current <see cref="T:System.Numerics.BigInteger"></see> value as specified by the <paramref name="format">format</paramref> and <paramref name="provider">provider</paramref> parameters.</returns>
1150       <exception cref="T:System.FormatException"><paramref name="format">format</paramref> is not a valid format string.</exception>
1151     </member>
1152     <member name="M:System.Numerics.BigInteger.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
1153       <param name="destination"></param>
1154       <param name="charsWritten"></param>
1155       <param name="format"></param>
1156       <param name="provider"></param>
1157       <returns></returns>
1158     </member>
1159     <member name="M:System.Numerics.BigInteger.TryParse(System.ReadOnlySpan{System.Char},System.Numerics.BigInteger@)">
1160       <param name="value"></param>
1161       <param name="result"></param>
1162       <returns></returns>
1163     </member>
1164     <member name="M:System.Numerics.BigInteger.TryParse(System.String,System.Numerics.BigInteger@)">
1165       <summary>Tries to convert the string representation of a number to its <see cref="T:System.Numerics.BigInteger"></see> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
1166       <param name="value">The string representation of a number.</param>
1167       <param name="result">When this method returns, contains the <see cref="T:System.Numerics.BigInteger"></see> equivalent to the number that is contained in value, or zero (0) if the conversion fails. The conversion fails if the value parameter is <see langword="null"></see> or is not of the correct format. This parameter is passed uninitialized.</param>
1168       <returns><see langword="true"></see> if <paramref name="value">value</paramref> was converted successfully; otherwise, <see langword="false"></see>.</returns>
1169       <exception cref="T:System.ArgumentNullException"><paramref name="value">value</paramref> is <see langword="null"></see>.</exception>
1170     </member>
1171     <member name="M:System.Numerics.BigInteger.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)">
1172       <param name="value"></param>
1173       <param name="style"></param>
1174       <param name="provider"></param>
1175       <param name="result"></param>
1176       <returns></returns>
1177     </member>
1178     <member name="M:System.Numerics.BigInteger.TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger@)">
1179       <summary>Tries to convert the string representation of a number in a specified style and culture-specific format to its <see cref="T:System.Numerics.BigInteger"></see> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
1180       <param name="value">The string representation of a number. The string is interpreted using the style specified by style.</param>
1181       <param name="style">A bitwise combination of enumeration values that indicates the style elements that can be present in value. A typical value to specify is <see cref="F:System.Globalization.NumberStyles.Integer"></see>.</param>
1182       <param name="provider">An object that supplies culture-specific formatting information about value.</param>
1183       <param name="result">When this method returns, contains the <see cref="T:System.Numerics.BigInteger"></see> equivalent to the number that is contained in value, or <see cref="P:System.Numerics.BigInteger.Zero"></see> if the conversion failed. The conversion fails if the value parameter is <see langword="null"></see> or is not in a format that is compliant with style. This parameter is passed uninitialized.</param>
1184       <returns><see langword="true"></see> if the <paramref name="value">value</paramref> parameter was converted successfully; otherwise, <see langword="false"></see>.</returns>
1185       <exception cref="T:System.ArgumentException"><paramref name="style">style</paramref> is not a <see cref="System.Globalization.NumberStyles"></see> value.  
1186  -or-  
1187  <paramref name="style">style</paramref> includes the <see cref="System.Globalization.NumberStyles.AllowHexSpecifier"></see> or <see cref="System.Globalization.NumberStyles.HexNumber"></see> flag along with another value.</exception>
1188     </member>
1189     <member name="M:System.Numerics.BigInteger.TryWriteBytes(System.Span{System.Byte},System.Int32@,System.Boolean,System.Boolean)">
1190       <param name="destination"></param>
1191       <param name="bytesWritten"></param>
1192       <param name="isUnsigned"></param>
1193       <param name="isBigEndian"></param>
1194       <returns></returns>
1195     </member>
1196     <member name="P:System.Numerics.BigInteger.Zero">
1197       <summary>Gets a value that represents the number 0 (zero).</summary>
1198       <returns>An integer whose value is 0 (zero).</returns>
1199     </member>
1200     <member name="M:System.Numerics.BigInteger.System#IComparable#CompareTo(System.Object)">
1201       <param name="obj"></param>
1202       <returns></returns>
1203     </member>
1204   </members>
1205 </doc>