Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.MathHelper.Max

Malware edited this page Dec 25, 2018 · 15 revisions

IndexMathHelper

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)

Clone this wiki locally