Back to FabImage Library website

You are here: Start » Function Reference » Conversions » IntegerToHash

IntegerToHash


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts an Integer to a Hash.

Syntax

C++
C#
 
void fil::IntegerToHash
(
	const int inInteger,
	fil::Hash& outHash
)

Parameters

Name Type Default Description
Input value inInteger const int
Output value outHash Hash&