Util Methods

Liquid Quantum Simulator

Util Methods

The Util type exposes the following members.

Methods
  Name Description
Public method Static member __show
Shows a line of output. This is a command line-callable routine.
Public method Static member getFlgPar
Extracts a boolean macro definition from a command option dictionary.
Public method Static member getFltPar
Extracts a float macro definition from a command option dictionary.
Public method Static member getIntPar
Extracts an integer macro definition from a command option dictionary.
Public method Static member getIntsPar
Extracts an integer list macro definition from a command option dictionary.
Public method Static member getStrPar
Extracts a string macro definition from a command option dictionary.
Public method Static member Normal
Add a Normal distribution to the System.Random class. This is an extension method and may be used as if it were an instance method on Random.
Public method Static member PermAry
Create a random permutation array (call .permute with results) This is an extension method and may be used as if it were an instance method on Random.
Public method Static member procStats
Gets current process memory usage statistics.
Public method Static member showa
Shows a line of output to the console and the log file.
Public method Static member showBareInd
Shows an indented line of output, with no prefix, to the console and log file. This routine is used by or with various Dump() routines.
Public method Static member showBareLogInd
Shows an indented line of output, with no prefix, to the log file. This routine is used by or with various Dump() routines.
Public method Static member showDump
Dumps out a string with with an optional indentation.
Public method Static member showInd
Shows an indented line of output to the console and log file. This routine is used by or with various Dump() routines.
Public method Static member showLoga
Shows a line of output to the log file.
Public method Static member showLogInd
Shows an indented line of output to the log file. This routine is used by or with various Dump() routines.
Public method Static member showProcStats
Print process memory usage statistics to the console and log file.
Top
See Also