Click or drag to resize
EbmlReaderReadDataFloat Method
Reads either 4 or 8 byte floating point.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public double ReadDataFloat(
	long size
)

Parameters

size
Type: SystemInt64
4 bytes single precision cast to double, 8 bytes double precision.

Return Value

Type: Double
Returns double
See Also