ScalarImplicit 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
The value to convert.
Return Value
Type:
Scalar
A new
Scalar representing the constant scalar value.
See Also