Skip to content

DefineVar with array of double[] - don't work #17

Description

@dartfnm

If you try to define array variable with
parser.DefineVar("b", new double[]{ 6, 7, 8, 9, 10});

MuParser sees only variable b (that equals 6), but you can't to use other values like b[1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions