VRage.MyFixedPoint.MultiplySafe - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyFixedPoint
public static MyFixedPoint MultiplySafe(MyFixedPoint a, float b)- MyFixedPoint a
- float b
public static MyFixedPoint MultiplySafe(MyFixedPoint a, int b)- MyFixedPoint a
- int b
public static MyFixedPoint MultiplySafe(float a, MyFixedPoint b)- float a
- MyFixedPoint b
public static MyFixedPoint MultiplySafe(int a, MyFixedPoint b)- int a
- MyFixedPoint b
public static MyFixedPoint MultiplySafe(MyFixedPoint a, MyFixedPoint b)