バージョン

Line(Complex,Complex,Int32) メソッド

均等な間隔の Complex 要素と共に ComplexVector を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Line( _
   ByVal start As Complex, _
   ByVal end As Complex, _
   ByVal length As Integer _
) As ComplexVector
public static ComplexVector Line( 
   Complex start,
   Complex end,
   int length
)

パラメータ

start
ComplexVector の最初の要素。
end
ComplexVector の最後の要素。
length
ComplexVector の長さ。

戻り値の型

均等な間隔の要素のある ComplexVector。
例外
例外解説
System.ArgumentExceptionlength が 1 未満の場合に発生します。
System.ArgumentExceptionstartend に等しく、長さが 1 と等しくない場合に発生します。
参照