Merge pull request #952 from ermshiperete/bug-xamarin-2912
[mono.git] / mcs / class / System.Numerics / Documentation / en / ns-System.Numerics.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Namespace Name="System.Numerics">
3   <Docs>
4     <summary>
5       <attribution license="cc4" from="Microsoft" modified="false" />
6       <para>The <see cref="N:System.Numerics" /> namespace contains numeric types that complement the numeric primitives, such as <see cref="T:System.Byte" />, <see cref="T:System.Double" />, and <see cref="T:System.Int32" />, that are defined by the .NET Framework.</para>
7     </summary>
8     <remarks>
9       <attribution license="cc4" from="Microsoft" modified="false" />
10       <para>This namespace includes the following types:</para>
11       <list type="bullet">
12         <item>
13           <para>The <see cref="T:System.Numerics.BigInteger" /> structure, which is a nonprimitive integral type that supports arbitrarily large integers. An integral primitive such as <see cref="T:System.Byte" /> or <see cref="T:System.Int32" /> includes a MinValue and a MaxValue property, which define the lower bound and upper bound supported by that data type. In contrast, the <see cref="T:System.Numerics.BigInteger" /> structure has no lower or upper bound, and can contain the value of any integer.</para>
14         </item>
15         <item>
16           <para>The <see cref="T:System.Numerics.Complex" /> structure, which represents a complex number. A complex number is a number in the form a + bi, where a is the real part, and b is the imaginary part. </para>
17         </item>
18       </list>
19     </remarks>
20   </Docs>
21 </Namespace>