Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTNumericDataType Struct Reference

Structure that describes the encoding of numeric data samples. More...

#include <CPTNumericDataType.h>

Public Fields

CPTDataTypeFormat dataTypeFormat
 Data type format. More...
 
size_t sampleBytes
 Number of bytes in each sample. More...
 
CFByteOrder byteOrder
 Byte order. More...
 

Detailed Description

Structure that describes the encoding of numeric data samples.

Member Data Documentation

◆ byteOrder

CFByteOrder CPTNumericDataType::byteOrder

Byte order.

◆ dataTypeFormat

CPTDataTypeFormat CPTNumericDataType::dataTypeFormat

Data type format.

◆ sampleBytes

size_t CPTNumericDataType::sampleBytes

Number of bytes in each sample.


The documentation for this struct was generated from the following file: