Click or drag to resize
MyFixedPoint  Conversion (MyFixedPoint to Decimal)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.MyFixedPoint.op_Explicit(VRage.MyFixedPoint)~System.Decimal"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static explicit operator decimal (
	MyFixedPoint fp
)

Parameters

fp
Type: VRageMyFixedPoint

[Missing <param name="fp"/> documentation for "M:VRage.MyFixedPoint.op_Explicit(VRage.MyFixedPoint)~System.Decimal"]

Return Value

Type: Decimal

[Missing <returns> documentation for "M:VRage.MyFixedPoint.op_Explicit(VRage.MyFixedPoint)~System.Decimal"]

See Also