WriteFloatArray

TiffStreamWriter.WriteFloatArray method

Writes an array of float values to the stream.

public void WriteFloatArray(float[] data)
ParameterTypeDescription
dataSingle[]The array to write.

See Also