Show / Hide Table of Contents

Struct StructSerializerNumericTestStruct

Test structure for numeric properties.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Serialization
Assembly: UE4DotNet.dll
Syntax
public struct StructSerializerNumericTestStruct

Fields

| Improve this Doc View Source

Double

Declaration
public double Double
Field Value
Type Description
System.Double
| Improve this Doc View Source

Float

Declaration
public float Float
Field Value
Type Description
System.Single
| Improve this Doc View Source

Int16

Declaration
public short Int16
Field Value
Type Description
System.Int16
| Improve this Doc View Source

Int32

Declaration
public int Int32
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Int64

Declaration
public long Int64
Field Value
Type Description
System.Int64
| Improve this Doc View Source

Int8

Declaration
public sbyte Int8
Field Value
Type Description
System.SByte
| Improve this Doc View Source

UInt8

Declaration
public byte UInt8
Field Value
Type Description
System.Byte
  • Improve this Doc
  • View Source
Back to top Generated by DocFX