ScalarSine Constructor (Scalar) |
Constructs a function which represents the sine of a given value.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarSine(
Scalar argument
)
Public Sub New (
argument As Scalar
)
public:
ScalarSine(
Scalar^ argument
)
new :
argument : Scalar -> ScalarSine
Parameters
- argument
- Type: AGI.Foundation.GeometryScalar
The argument to the sine function.
See Also