EbmlReaderReadDataFloat Method |
Reads either 4 or 8 byte floating point.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public double ReadDataFloat(
long size
)
Public Function ReadDataFloat (
size As Long
) As Double
public:
double ReadDataFloat(
long long size
)
member ReadDataFloat :
size : int64 -> float
Parameters
- size
- Type: SystemInt64
4 bytes single precision cast to double, 8 bytes double precision.
Return Value
Type:
DoubleReturns double
See Also