Class MyUShort4
Inheritance
System.Object
MyUShort4
Assembly: VRage.Math.dll
Syntax
public sealed class MyUShort4 : ValueType
Constructors
MyUShort4(UInt32, UInt32, UInt32, UInt32)
Declaration
public MyUShort4(uint x, uint y, uint z, uint w)
Parameters
Type |
Name |
Description |
System.UInt32 |
x |
|
System.UInt32 |
y |
|
System.UInt32 |
z |
|
System.UInt32 |
w |
|
Fields
W
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
X
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Y
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Z
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Operators
Explicit(UInt64 to MyUShort4)
Declaration
public static explicit operator MyUShort4(ulong val)
Parameters
Type |
Name |
Description |
System.UInt64 |
val |
|
Returns
Explicit(MyUShort4 to UInt64)
Declaration
public static explicit operator ulong (MyUShort4 val)
Parameters
Returns
Type |
Description |
System.UInt64 |
|