RVB LinCong

From scripting
Revision as of 19:47, 24 April 2017 by Nickpisca (talk | contribs) (Created page with " Public Function LinCong() Dim OT, ConstB, ConstM ConstB = 4.1 ConstM = 100 OT = ((RValue*ConstB)+1) Mod ConstM RValue = OT LinCong = OT End Function Category:Rhino...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Public Function LinCong()
Dim OT, ConstB, ConstM
ConstB = 4.1
ConstM = 100
OT = ((RValue*ConstB)+1) Mod ConstM
RValue = OT
LinCong = OT
End Function