System.Numerics namespace for UWP apps
The System.Numerics namespace contains types that complement the numeric primitives that are defined by the .NET Framework.
This topic displays the types in the System.Numerics namespace that are included in .NET for UWP apps. Note that .NET for UWP apps does not include all the members of each type. For information about individual types, see the linked topics. The documentation for a type indicates which members are included in .NET for UWP apps.
Types supported in .NET for UWP apps | Description |
|---|---|
Represents an arbitrarily large signed integer. | |
Represents a complex number. | |
Represents a 3x2 matrix. | |
Represents a 4x4 matrix. | |
Represents a three-dimensional plane. | |
Represents a vector that is used to encode three-dimensional physical rotations. | |
Represents a vector with one single-precision floating-point value. | |
Represents a vector with two single-precision floating-point values. | |
Represents a vector with three single-precision floating-point values. | |
Represents a vector with four single-precision floating-point values. |