C# 클래스 Engineer.VesselSimulator.Stage

파일 보기 프로젝트 열기: CYBUTEK/Engineer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
actualThrust double
actualThrustToWeight double
cost float
deltaV double
inverseTotalDeltaV double
isp double
mass double
maxThrustToWeight double
number int
thrust double
thrustToWeight double
time double
totalCost float
totalDeltaV double
totalMass double
totalTime double

공개 메소드들

메소드 설명
Dump ( ) : void

메소드 상세

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

프로퍼티 상세

actualThrust 공개적으로 프로퍼티

public double actualThrust
리턴 double

actualThrustToWeight 공개적으로 프로퍼티

public double actualThrustToWeight
리턴 double

cost 공개적으로 프로퍼티

public float cost
리턴 float

deltaV 공개적으로 프로퍼티

public double deltaV
리턴 double

inverseTotalDeltaV 공개적으로 프로퍼티

public double inverseTotalDeltaV
리턴 double

isp 공개적으로 프로퍼티

public double isp
리턴 double

mass 공개적으로 프로퍼티

public double mass
리턴 double

maxThrustToWeight 공개적으로 프로퍼티

public double maxThrustToWeight
리턴 double

number 공개적으로 프로퍼티

public int number
리턴 int

thrust 공개적으로 프로퍼티

public double thrust
리턴 double

thrustToWeight 공개적으로 프로퍼티

public double thrustToWeight
리턴 double

time 공개적으로 프로퍼티

public double time
리턴 double

totalCost 공개적으로 프로퍼티

public float totalCost
리턴 float

totalDeltaV 공개적으로 프로퍼티

public double totalDeltaV
리턴 double

totalMass 공개적으로 프로퍼티

public double totalMass
리턴 double

totalTime 공개적으로 프로퍼티

public double totalTime
리턴 double