ScalarCesiumPropertyImplicit Conversion (Scalar to ScalarCesiumProperty) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static implicit operator ScalarCesiumProperty (
Scalar value
)
Public Shared Widening Operator CType (
value As Scalar
) As ScalarCesiumProperty
static implicit operator ScalarCesiumProperty^ (
Scalar^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: AGI.Foundation.Geometry.Scalar
The value to convert.
Return Value
Type:
ScalarCesiumProperty
A new
ScalarCesiumProperty configured with the given
Scalar,
or
null if
value is
null.
See Also