DirectXMath Library Template Functions

Lists the template functions provided by DirectXMath.

Functions

Name Description
XMMax Compares two numeric data type instances, or two instances of an object which supports an overload of <, and returns the larger one of the two instances. The data type of the arguments and the return value is the same.
XMMin Compares two numeric data type instances, or two instances of an object which supports an overload of <, and returns the smaller one of the two instances. The data type of the arguments and the return value is the same.