ConvertToDouble Method
ConvertToDouble(Type, byte*, long, int, double[])
Declaration
public static void ConvertToDouble(Type type, byte* ptr, long offset, int count, double[] buf)
Public Shared Sub ConvertToDouble(type As Type, ptr As Byte*, offset As Long, count As Integer, buf As Double())
Parameters
ConvertToDouble(Type, byte*, long*, long, int, double[])
Declaration
public static void ConvertToDouble(Type type, byte* ptr, long* filterOids, long offset, int count, double[] buf)
Public Shared Sub ConvertToDouble(type As Type, ptr As Byte*, filterOids As Long*, offset As Long, count As Integer, buf As Double())
Parameters