







|
| Project Mercury API Reference |
| VariableFloat..::.Implicit Operator |
| VariableFloat Structure See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Implicit cast operation from VariableFloat to float.
Namespace:
ProjectMercury
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public static implicit operator float ( VariableFloat value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ value As VariableFloat _ ) As Single |
| Visual C++ |
|---|
static implicit operator float ( VariableFloat value ) |
Parameters
- value
- Type: ProjectMercury..::.VariableFloat
[Missing <param name="value"/> documentation for "M:ProjectMercury.VariableFloat.op_Implicit(ProjectMercury.VariableFloat)~System.Single"]
Return Value
[Missing <returns> documentation for "M:ProjectMercury.VariableFloat.op_Implicit(ProjectMercury.VariableFloat)~System.Single"]
