Vector3.ComponentMax Method 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ComponentMax(Vector3, Vector3) | |
| ComponentMax(Vector3, Vector3, Vector3) | 
						 Calculate the component-wise maximum of two vectors  | 
        	
ComponentMax(Vector3, Vector3, Vector3)
Calculate the component-wise maximum of two vectors
public static void ComponentMax(ref OpenTK.Vector3 a, ref OpenTK.Vector3 b, out OpenTK.Vector3 result);
	static member ComponentMax :  *  *  -> unit
	Parameters
- a
 - Vector3
 
First operand
- b
 - Vector3
 
Second operand
- result
 - Vector3
 
The component-wise maximum