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

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

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

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

Parameters

d
Type: SystemSingle

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

Return Value

Type: MyFixedPoint

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

See Also