Class FitsDoubleValueWriter
- Namespace
- FitsModel.FitsStream.Writer
- Assembly
- FitsModel.dll
Parses FitsDataBlocks into a list of values of type double.
public class FitsDoubleValueWriter : FitsValueWriter<double>, IFitsDataBlockWriter, IFitsValueWriter
- Inheritance
-
FitsDoubleValueWriter
- Implements
- Inherited Members
Constructors
FitsDoubleValueWriter(long, bool, bool)
public FitsDoubleValueWriter(long numValues, bool calculateStats = false, bool accumulateValues = false)
Parameters
Methods
ParseValue(byte[])
Parses a 64-bit floating point value from the given byte array.
public override double ParseValue(byte[] bytes)
Parameters
bytesbyte[]