Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created April 3, 2019 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/84329d3edaa718ca2d0ccd6703c7d090 to your computer and use it in GitHub Desktop.
Save jasongorman/84329d3edaa718ca2d0ccd6703c7d090 to your computer and use it in GitHub Desktop.
Private Function CalculateStairsPremium(ByRef Level As FloorLevel) As Double
CalculateStairsPremium = Abs(Level.FlightsOfStairs) * 50#
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment