Scalar Conversion (Double to Scalar) |
Converts a constant double value to a
Scalar.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static implicit operator Scalar (
double value
)
Public Shared Widening Operator CType (
value As Double
) As Scalar
static implicit operator Scalar^ (
double value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemDouble
The value to convert.
Return Value
Type:
Scalar
A new
Scalar representing the constant scalar value.
See Also