GetPropellantStability() public méthode

public GetPropellantStability ( ) : double
Résultat double
Exemple #1
0
 public double GetUllageStability()
 {
     return(ullageSim.GetPropellantStability());
 }
 public double GetUllageStability() => ullageSim.GetPropellantStability();