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

Original signature is '- (CPNumericData *)dataByConvertingToType:(CPDataTypeFormat)newDataType sampleBytes:(size_t)newSampleBytes byteOrder:(CFByteOrder)newByteOrder;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual CPNumericData DataByConvertingToTypeSampleBytesByteOrder(
	CPDataTypeFormat newDataType,
	NSUInteger newSampleBytes,
	NSInteger newByteOrder
)
Public Overridable Function DataByConvertingToTypeSampleBytesByteOrder ( _
	newDataType As CPDataTypeFormat, _
	newSampleBytes As NSUInteger, _
	newByteOrder As NSInteger _
) As CPNumericData
public:
virtual CPNumericData^ DataByConvertingToTypeSampleBytesByteOrder(
	CPDataTypeFormat newDataType, 
	NSUInteger newSampleBytes, 
	NSInteger newByteOrder
)
Parameters
newDataType (CPDataTypeFormat)
MISSING
newSampleBytes (NSUInteger)
MISSING
newByteOrder (NSInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPNumericData.DataByConvertingToTypeSampleBytesByteOrder(Monobjc.CorePlot.CPDataTypeFormat,Monobjc.Foundation.NSUInteger,Monobjc.Foundation.NSInteger)"]

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)