Show / Hide Table of Contents

Class MyUShort4

Inheritance
System.Object
MyUShort4
Namespace: VRageMath
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
public ushort W
Field Value
Type Description
System.UInt16

X

Declaration
public ushort X
Field Value
Type Description
System.UInt16

Y

Declaration
public ushort Y
Field Value
Type Description
System.UInt16

Z

Declaration
public ushort Z
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
Type Description
MyUShort4

Explicit(MyUShort4 to UInt64)

Declaration
public static explicit operator ulong (MyUShort4 val)
Parameters
Type Name Description
MyUShort4 val
Returns
Type Description
System.UInt64
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾