コード例 #1
0
 public static double GetDragCoefficientValue(DragCoefficients c)
 {
     return(DragCoefficientsDic[c]);
 }
コード例 #2
0
 public DragCoefficient(DragCoefficients val) : base(GetDragCoefficientValue(val))
 {
 }