Class MathHelper
Utilities for doing mathematical operations between different object types.
public static class MathHelper
- Inheritance
-
MathHelper
- Inherited Members
Methods
Abs(object?, MathHelperOptions)
public static object Abs(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Acos(object?, MathHelperOptions)
public static object Acos(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Add(object?, object?)
public static object? Add(object? a, object? b)
Parameters
Returns
Add(object?, object?, MathHelperOptions)
public static object? Add(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Asin(object?, MathHelperOptions)
public static object Asin(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Atan(object?, MathHelperOptions)
public static object Atan(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Atan2(object?, object?, MathHelperOptions)
public static object Atan2(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Ceiling(object?, MathHelperOptions)
public static object Ceiling(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Cos(object?, MathHelperOptions)
public static object Cos(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Divide(object?, object?)
public static object? Divide(object? a, object? b)
Parameters
Returns
Divide(object?, object?, MathHelperOptions)
public static object? Divide(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Exp(object?, MathHelperOptions)
public static object Exp(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Floor(object?, MathHelperOptions)
public static object Floor(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
IEEERemainder(object?, object?, MathHelperOptions)
public static object IEEERemainder(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Ln(object?, MathHelperOptions)
public static object Ln(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Log(object?, object?, MathHelperOptions)
public static object Log(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Log10(object?, MathHelperOptions)
public static object Log10(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Max(object, object)
public static object? Max(object a, object b)
Parameters
Returns
Max(object?, object?, MathHelperOptions)
public static object? Max(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Min(object?, object?)
public static object? Min(object? a, object? b)
Parameters
Returns
Min(object?, object?, MathHelperOptions)
public static object? Min(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Modulo(object?, object?)
public static object? Modulo(object? a, object? b)
Parameters
Returns
Modulo(object?, object?, MathHelperOptions)
public static object? Modulo(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Multiply(object?, object?)
public static object? Multiply(object? a, object? b)
Parameters
Returns
Multiply(object?, object?, MathHelperOptions)
public static object? Multiply(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Pow(object?, object?, MathHelperOptions)
public static object Pow(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Round(object?, object?, MidpointRounding, MathHelperOptions)
public static object Round(object? a, object? b, MidpointRounding rounding, MathHelperOptions options)
Parameters
a
objectb
objectrounding
MidpointRoundingoptions
MathHelperOptions
Returns
Sign(object?, MathHelperOptions)
public static object Sign(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Sin(object?, MathHelperOptions)
public static object Sin(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Sqrt(object?, MathHelperOptions)
public static object Sqrt(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Subtract(object?, object?)
public static object? Subtract(object? a, object? b)
Parameters
Returns
Subtract(object?, object?, MathHelperOptions)
public static object? Subtract(object? a, object? b, MathHelperOptions options)
Parameters
a
objectb
objectoptions
MathHelperOptions
Returns
Tan(object?, MathHelperOptions)
public static object Tan(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions
Returns
Truncate(object?, MathHelperOptions)
public static object Truncate(object? a, MathHelperOptions options)
Parameters
a
objectoptions
MathHelperOptions