TiffStreamReader.ReadDoubleArray

TiffStreamReader.ReadDoubleArray method

ストリームから double 値の配列を読み取ります。

public double[] ReadDoubleArray(long position, long count)
パラメータタイプ説明
positionInt64読み取る位置。
countInt64要素は重要です。

戻り値

double 値の配列。

関連項目