Function directx_math::XMMax[][src]

pub fn XMMax<T: PartialOrd>(a: T, b: T) -> T

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.

https://docs.microsoft.com/en-us/windows/win32/dxmath/xmmax-template