Ham Cockpit   

    Show / Hide Table of Contents

    Method ComplexToStrided

    View Source

    ComplexToStrided(Complex32[], Int32, Single[], Int32, Int32, Int32)

    Convert data format.

    Declaration
    public static void ComplexToStrided(Complex32[] source, int srcOffset, float[] destination, int dstOffset, int dstStride, int complexCount)
    Parameters
    Type Name Description
    MathNet.Numerics.Complex32[] source

    The source array.

    Int32 srcOffset

    The offset to the first value in the source array.

    Single[] destination

    The destination array.

    Int32 dstOffset

    The offset to the first value in the destination array.

    Int32 dstStride

    The stride in the destination array.

    Int32 complexCount

    The number of the complex values to output.

    • View Source
    Back to top Generated by DocFX