Skip to content

Trying to use negative double value cause Exception #70

Description

@tundy

System.ArgumentException: 'Specified value '' for argument 'max' (expected type: System.Double). See inner exception for details.'
Inner exception:
FormatException: Input string was not in a correct format.

        [Argument('1', "max", "max")]
        private static double max { get; set; }

        [Argument('2', "max_minus", "max minus")]
        private static double max_minus { get; set; }

        [Argument('3', "min", "min")]
        private static double min { get; set; }

        [Argument('4', "min_minus", "min minus")]
        private static double min_minus { get; set; }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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