-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.MathHelper.Max
← Index ← MathHelper
csharp[float](System.Single) Max([float](System.Single) value1, [float](System.Single) value2)
##### Summary
Returns the greater of two values.
csharp[double](System.Double) Max([double](System.Double) value1, [double](System.Double) value2)
##### Summary
Returns the greater of two values.
csharp[float](System.Single) Max([float](System.Single) a, [float](System.Single) b, [float](System.Single) c)``````csharp[int](System.Int32) Max([int](System.Int32) a, [int](System.Int32) b, [int](System.Int32) c)``````csharp[double](System.Double) Max([double](System.Double) a, [double](System.Double) b, [double](System.Double) c)
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!