Copies data from a one-dimensional, managed single-precision floating-point number array to an unmanaged memory pointer.
source The one-dimensional array to copy from. startIndex The zero-based index in the source array where copying should start. destination The memory pointer to copy to. length The number of array elements to copy.
You can use this method to copy a subset of a one-dimensional managed array to an unmanaged C-style array.