Ham Cockpit   

    Show / Hide Table of Contents

    Method StridedToFloat

    View Source

    StridedToFloat(Single[], Int32, Int32, Single[], Int32, Int32)

    Convert data format.

    Declaration
    public static void StridedToFloat(float[] source, int srcOffset, int srcStride, float[] destination, int dstOffset, int count)
    Parameters
    Type Name Description
    Single[] source

    The source array.

    Int32 srcOffset

    The offset to the first value in the source array.

    Int32 srcStride

    The stride in the source array.

    Single[] destination

    The destination array.

    Int32 dstOffset

    The offset to the first value in the destination array.

    Int32 count

    The number of the values to output.

    • View Source
    Back to top Generated by DocFX