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 SourceDouble
Declaration
public double Double
Field Value
Type | Description |
---|---|
System.Double |
Float
Declaration
public float Float
Field Value
Type | Description |
---|---|
System.Single |
Int16
Declaration
public short Int16
Field Value
Type | Description |
---|---|
System.Int16 |
Int32
Declaration
public int Int32
Field Value
Type | Description |
---|---|
System.Int32 |
Int64
Declaration
public long Int64
Field Value
Type | Description |
---|---|
System.Int64 |
Int8
Declaration
public sbyte Int8
Field Value
Type | Description |
---|---|
System.SByte |
UInt8
Declaration
public byte UInt8
Field Value
Type | Description |
---|---|
System.Byte |