Show / Hide Table of Contents

Class MyShort4

Inheritance
System.Object
MyShort4
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public sealed class MyShort4 : ValueType

Fields

W

Declaration
public short W
Field Value
Type Description
System.Int16

X

Declaration
public short X
Field Value
Type Description
System.Int16

Y

Declaration
public short Y
Field Value
Type Description
System.Int16

Z

Declaration
public short Z
Field Value
Type Description
System.Int16

Operators

Explicit(UInt64 to MyShort4)

Declaration
public static explicit operator MyShort4(ulong val)
Parameters
Type Name Description
System.UInt64 val
Returns
Type Description
MyShort4

Explicit(MyShort4 to UInt64)

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