Table of Contents

Struct FloatInt64

Namespace
KSP
Assembly
Assembly-CSharp.dll
public struct FloatInt64
Inherited Members
Extension Methods

Fields

Length

public const int Length = 8

Field Value

int

byte0

public byte byte0

Field Value

byte

byte1

public byte byte1

Field Value

byte

byte2

public byte byte2

Field Value

byte

byte3

public byte byte3

Field Value

byte

byte4

public byte byte4

Field Value

byte

byte5

public byte byte5

Field Value

byte

byte6

public byte byte6

Field Value

byte

byte7

public byte byte7

Field Value

byte

float64

public double float64

Field Value

double

int64

public long int64

Field Value

long

uint64

public ulong uint64

Field Value

ulong

Properties

this[int]

public byte this[int i] { get; set; }

Parameters

i int

Property Value

byte