FlexChart for WinForms
ZigZag メソッド

C1.Chart アセンブリ > C1.Chart 名前空間 > MathUtils クラス : ZigZag メソッド
シンタックス
'宣言
 
Public Shared Function ZigZag( _
   ByVal highs() As System.Double, _
   ByVal lows() As System.Double, _
   ByVal obsStart As System.Integer, _
   ByVal obsEnd As System.Integer, _
   ByVal minSwingPct As System.Single _
) As System.Collections.Generic.List(Of Integer)
public static System.Collections.Generic.List<int> ZigZag( 
   System.double[] highs,
   System.double[] lows,
   System.int obsStart,
   System.int obsEnd,
   System.float minSwingPct
)

パラメータ

highs
lows
obsStart
obsEnd
minSwingPct
参照

参照

MathUtils クラス
MathUtils メンバ