Back to Aurora Vision Library Lite website

You are here: Start » Conversions » IntegerToHash

IntegerToHash


Header: AVL.h
Namespace: avl

Converts an Integer to a Hash.

Syntax

void avl::IntegerToHash
(
	const int inInteger,
	avl::Hash& outHash
)

Parameters

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