ScalarCesiumProperty Conversion (Scalar to ScalarCesiumProperty) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.GeometryScalar
The value to convert.
Return Value
Type:
ScalarCesiumProperty
A new
ScalarCesiumProperty configured with the given
Scalar,
or
if
value is
.
See Also