Carrier Grade Voice Over IP, Second Edition

The following code can be used in a spreadsheet macro to enable the automatic calculation of Erlang values. The function GetBlocking generates a blocking value based on two inputs: Erlangs and circuits. The function Get-Circuits generates a number of circuits based on two inputs: Erlangs and blocking. The function GetErlangs calculates the number of Erlangs based on two inputs: circuits and blocking.
Attribute VB_Name = "Erlangs" Option Explicit Function Ceil(Value As Double) As Integer Dim i As Integer i = Value ...