1<html> 2 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css"> 6<title>THPUtyReverseEndianF32</title> 7</head> 8 9<body> 10 11<h1>THPUtyReverseEndianF32</h1> 12 13<h2>C Specification</h2> 14 15<dl> 16<dd><pre><code>#include <win32/thputilities.h></code></pre></dd> 17<dd><pre><code>f32 THPUtyReverseEndianF32(f32 data);</code></pre></dd> 18</dl> 19 20<h2>Arguments</h2> 21<table border="1" cellpadding="3" cellspacing="0.1"> 22 <tr> 23<td width="120" bgcolor="#ffffe8"><strong><em><CODE>data</CODE></em></strong></td> 24<td width="520">Floating-point value for endian conversion.</td> 25 </tr> 26</table> 27 28<h2>Return Values</h2> 29<p> 30Value resulting from endian conversion. 31</p> 32 33<h2>Description</h2> 34<p> 35This function performs an endian conversion on <code>data</code>, which is a floating-point value (f32). 36</p> 37 38<h2>See Also</h2> 39<p> 40None. 41</p> 42 43<h2>Revision History</h2> 44<P>2006/03/01 Initial version.</P> 45<hr> 46<P>CONFIDENTIAL</p> 47</BODY> 48</HTML>