Implicit Operator

Project Mercury API

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

Implicit cast operator from float to VariableFloat.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static implicit operator VariableFloat (
	float value
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	value As Single _
) As VariableFloat
Visual C++
static implicit operator VariableFloat (
	float value
)

Parameters

value
Type: System..::.Single

[Missing <param name="value"/> documentation for "M:ProjectMercury.VariableFloat.op_Implicit(System.Single)~ProjectMercury.VariableFloat"]

Return Value

[Missing <returns> documentation for "M:ProjectMercury.VariableFloat.op_Implicit(System.Single)~ProjectMercury.VariableFloat"]

See Also