NormalizedShort2 Structure
Packed vector type containing two 16-bit signed normalized values, ranging from −1 to 1.
Namespace: Microsoft.Xna.Framework.Graphics.PackedVector
Assembly: Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
The NormalizedShort2 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | NormalizedShort2(Vector2) | Initializes a new instance of the NormalizedShort2 structure. |
![]() | NormalizedShort2(Single, Single) | Initializes a new instance of the NormalizedShort2 structure. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Returns a value that indicates whether the current instance is equal to a specified object. (Overrides ValueType.Equals(Object).) |
![]() | Equals(NormalizedShort2) | Returns a value that indicates whether the current instance is equal to a specified object. |
![]() | GetHashCode | Gets the hash code for the current instance. (Overrides ValueType.GetHashCode().) |
![]() | ToString | Returns a string representation of the current instance. (Overrides ValueType.ToString().) |
![]() | ToVector2 | Expands the packed representation to a vector. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Compares the current instance of a class to another instance to determine whether they are the same. |
![]() ![]() | Inequality | Compares the current instance of a class to another instance to determine whether they are different. |
| Name | Description | |
|---|---|---|
![]() ![]() | IPackedVector.PackFromVector4 | Sets the packed representation from a Vector4. |
![]() ![]() | IPackedVector.ToVector4 | Expands the packed representation into a Vector4. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
