Search Results
12 functions found:
| 1. | CropYield ( Moisture ; Weight ; RowLength ; RowWidth ; RowCount ; CropAdjustment) |
| Tim Griffith | |
| Calculates Crop Yields | |
| 2. | DuoTrigesimalToNum ( DTGString ) |
| Tim Griffith | |
| Converts Duotrigesimal strings into numbers | |
| 3. | IP6abbreviate ( IP6fullInput ; inputType ) |
| Tim Griffith | |
| This function will create a hexadecimal abbreviated IP6 address. | |
| 4. | IP6fullAddress ( Input ) |
| Tim Griffith | |
| This function will convert a properly abbreviated IP6 into its full address ( 8 sets of 16bit [hexadecimal] numbers ). | |
| 5. | IP6fullBinAddress ( Input ) |
| Tim Griffith | |
| This function will convert a properly abbreviated IP6 into its full binary address. | |
| 6. | IP6Num2Bin ( decNumber ; binary ) |
| Tim Griffith | |
| This is a dependent function for 'IP6fullBinAddress' but will function on its own to convert a decimal number to a binary number. | |
| 7. | IP6numericAddress ( Input ) |
| Tim Griffith | |
| This function will convert a properly abbreviated IP6 into its full decimal address. | |
| 8. | IsNthBinRoot ( Number ; Factor ) |
| Tim Griffith | |
| Calculates whether a number is a binary positional number, i.e., 001 is the first binary position, 010 (2) is the second binary position, 100 (4) is the third binary position, etc.. | |
| 9. | IsNthBinRootNumToBin ( decNumber ; binary ) |
| Tim Griffith | |
| This is a dependent function for 'IsNthBinRoot' but will function on its own to convert a decimal number to a binary number. | |
| 10. | LuhnCheckDigit ( SeedNumber ) |
| Tim Griffith | |
| Creates a Luhn ( Mod 10 ) check digit | |
| 11. | NumToDuoTrigesimal ( number ) |
| Tim Griffith | |
| Converts a number into a duotrigesimal (base32) string | |
| 12. | ValidateMagStripes ( Track1 ; Track2 ; Track3 ) |
| Tim Griffith | |
| Validates data integrity of magnetic stripe tracks. | |