Skip to content

Depending on your culture, you may have problem since the float are entered with '.' for separator #60

@Philippe-Laval

Description

@Philippe-Laval

When loading data in the examples, depending on your culture, you may have problem since the float are entered with '.' for separator.
You have to add CultureInfo.InvariantCulture like in this exemple :

float f = float.Parse(s, CultureInfo.InvariantCulture);

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