Struct FloatInt64
- Namespace
 - KSP
 
- Assembly
 - Assembly-CSharp.dll
 
public struct FloatInt64
  - Inherited Members
 
- Extension Methods
 
Fields
Length
public const int Length = 8
  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
byte4
public byte byte4
  Field Value
byte5
public byte byte5
  Field Value
byte6
public byte byte6
  Field Value
byte7
public byte byte7
  Field Value
float64
public double float64
  Field Value
int64
public long int64
  Field Value
uint64
public ulong uint64
  Field Value
Properties
this[int]
public byte this[int i] { get; set; }
  Parameters
iint