Grasshopper

algorithmic modeling for Rhino

Hello, I'm trying to use the operator modulus % in vb, but....
 A= b.mod(c)
doesn't work , what could be the syntax?
Thanks for help
BR,
RG 

Views: 1425

Replies to This Discussion

Is it A = b mod c

If this fails you can use this formula for the same results A = b - (c * (b \ c))

perfect thank you:)

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service