Struct FloatInt32
- Namespace
- KSP
- Assembly
- Assembly-CSharp.dll
public struct FloatInt32
- Inherited Members
- Extension Methods
Fields
Length
public const int Length = 4
Field Value
byte0
public byte byte0
Field Value
byte1
public byte byte1
Field Value
byte2
public byte byte2
Field Value
byte3
public byte byte3
Field Value
float32
public float float32
Field Value
int32
public int int32
Field Value
uint32
public uint uint32
Field Value
Properties
this[int]
public byte this[int i] { get; set; }
Parameters
iint