| 
  
工学値変換を行う。 
  
 構文 
Math.LinearTrans( 
         bForward, 
         val, 
         min1, 
         max1, 
         min2, 
         max2 
         [,bLimitmin = FALSE] 
         [,bLimitmax = FALSE] 
         ) 
  
 パラメータ 
  
bForward 
 | 
 
  
 | 
型: 
 | 
ブール 
 | 
 
  
 | 
TRUE - 生値から工学値へ変換。 
FALSE - 工学値から生値へ変換。 
 | 
 
 
 
  
  
  
  
  
  
bLimitmin 
 | 
 
  
 | 
型: 
 | 
ブール 
 | 
 
  
 | 
TRUE時、最小値より小さい値にしない。 
 | 
 
 
 
  
bLimitmax 
 | 
 
  
 | 
型: 
 | 
ブール 
 | 
 
  
 | 
TRUE時、 最大値を超えた値にしない。 
 | 
 
 
 
  
戻り値 
  
   解説 
工学値変換を行います。配列の場合、すべての要素の工学値変換した値を配列として返します。 
  
 | 
 
 
 
  
 サポート対象 
  
  
 参照 
  
Math.Abs 
Math.Ceil 
Math.Floor 
Math.Ave 
Math.Sum 
Math.Max 
Math.Min 
Math.Random 
Math.Log 
Math.Log10 
Math.Pow 
Math.Sqrt 
Math.Nthroots 
Math.AddingUp 
Math.StDev 
Math.Correl 
Math.LineSt 
Math.Sin 
Math.Cos 
Math.Tan 
Math.Asin 
Math.Acos 
Math.Atan 
Math.Exp 
Math.LinearTrans (Math.LT) 
Math.PowerFactorTrans (Math.PT) 
Math.Summary 
Math.Round 
  
  
  
 |