TiffStreamWriter.WriteDoubleArray

TiffStreamWriter.WriteDoubleArray method

Writes an array of double values to the stream.

public void WriteDoubleArray(double[] data)
ParameterTypeDescription
dataDouble[]The array to write.

See Also