MonobjcMonobjc Documented Class Library
ConvertToTypeSampleBytesByteOrder Method (newDataType, newSampleBytes, newByteOrder)
NamespacesMonobjc.CorePlotCPMutableNumericDataConvertToTypeSampleBytesByteOrder(CPDataTypeFormat, NSUInteger, NSInteger)

Original signature is '- (void)convertToType:(CPDataTypeFormat)newDataType sampleBytes:(size_t)newSampleBytes byteOrder:(CFByteOrder)newByteOrder;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ConvertToTypeSampleBytesByteOrder(
	CPDataTypeFormat newDataType,
	NSUInteger newSampleBytes,
	NSInteger newByteOrder
)
Public Overridable Sub ConvertToTypeSampleBytesByteOrder ( _
	newDataType As CPDataTypeFormat, _
	newSampleBytes As NSUInteger, _
	newByteOrder As NSInteger _
)
public:
virtual void ConvertToTypeSampleBytesByteOrder(
	CPDataTypeFormat newDataType, 
	NSUInteger newSampleBytes, 
	NSInteger newByteOrder
)
Parameters
newDataType (CPDataTypeFormat)
MISSING
newSampleBytes (NSUInteger)
MISSING
newByteOrder (NSInteger)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)