Zum Hauptinhalt gehen

Kommentare

3 Kommentare

  • Ryan Cooney
    In .Net doubles cannot be null. If you set the type of the activity to Nullable<double> it should work, but it is then up to you to check if the result of the activity is non-null.

     

    --Ryan
    0
  • Stefan Schweigert

    Hello Hani,

    Since the output result of this attribute is an Object, you'll need to set the value to Object, instead of Double, when you add this activity to the workflow. After that, you can use a Cast to change the type if necessary.

    Thanks, Stefan

    0
  • Permanently deleted user
    Dear Stefan and Ryan,

     

    Thank you a lot for your valuable input,

     

    Best Regards,
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.