Difference between revisions of "RVB LinCong"

From scripting
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 19:47, 24 April 2017

Public Function LinCong()
Dim OT, ConstB, ConstM
ConstB = 4.1
ConstM = 100
OT = ((RValue*ConstB)+1) Mod ConstM
RValue = OT
LinCong = OT
End Function