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

VRage.MyFixedPoint.MultiplySafe

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMyFixedPoint

Summary

public MyFixedPoint MultiplySafe(MyFixedPoint a, float b)

Returns

MyFixedPoint

Summary

public MyFixedPoint MultiplySafe(MyFixedPoint a, int b)

Returns

MyFixedPoint

Summary

public MyFixedPoint MultiplySafe(float a, MyFixedPoint b)

Returns

MyFixedPoint

Summary

public MyFixedPoint MultiplySafe(int a, MyFixedPoint b)

Returns

MyFixedPoint

Summary

public MyFixedPoint MultiplySafe(MyFixedPoint a, MyFixedPoint b)

Returns

MyFixedPoint

Clone this wiki locally