GetPropellantStability() public method

public GetPropellantStability ( ) : double
return double
Exemplo n.º 1
0
 public double GetUllageStability()
 {
     return(ullageSim.GetPropellantStability());
 }
Exemplo n.º 2
0
 public double GetUllageStability() => ullageSim.GetPropellantStability();