System.Numerics namespace for UWP apps

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

BigInteger

Represents an arbitrarily large signed integer.

Complex

Represents a complex number.

Matrix3x2

Represents a 3x2 matrix.

Matrix4x4

Represents a 4x4 matrix.

Plane

Represents a three-dimensional plane.

Quaternion

Represents a vector that is used to encode three-dimensional physical rotations.

Vector<T>

Represents a vector with one single-precision floating-point value.

Vector2

Represents a vector with two single-precision floating-point values.

Vector3

Represents a vector with three single-precision floating-point values.

Vector4

Represents a vector with four single-precision floating-point values.

Show:
© 2017 Microsoft