Click or drag to resize

DistanceProperty   Conversion (Single to DistanceProperty)

Implicitly converts a float to an instance of DistanceProperty.

Namespace: Demo3D.Utilities
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public static implicit operator DistanceProperty (
	float value
)

Parameters

value  Single
The float value to convert.

Return Value

DistanceProperty
A new instance of DistanceProperty with the supplied value.
See Also