Unit hsutils
Uses
Classes, Interfaces, Objects and Records
Constants
Variables
Description
: Miscelaneous functions.
Overview
Functions and Procedures
function Power(Base:LongInt; Expoent:Cardinal):Cardinal; |
function ExplodeString(delimiter:string; str:string; limit:integer=MaxInt):TStringArray; |
Types
TStringArray = array of String; |
Description
Functions and Procedures
function Power(Base:LongInt; Expoent:Cardinal):Cardinal; |
: Computes the exponentiation. ReturnsCardinal. Returns BaseˆExpoent calculation. |
function ExplodeString(delimiter:string; str:string; limit:integer=MaxInt):TStringArray; |
Types
TStringArray = array of String; |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.