Implicit Operator

Project Mercury API

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

Performs an implicit conversion from VariableFloat3 to Vector3.

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

Syntax

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

Parameters

value
Type: ProjectMercury..::.VariableFloat3
The value.

Return Value

The result of the conversion.

See Also