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: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarSine(
	Scalar argument
)
Public Sub New ( 
	argument As Scalar
)
public:
ScalarSine(
	Scalar^ argument
)
new : 
        argument : Scalar -> ScalarSineParameters
- argument
 - Type: AGI.Foundation.GeometryScalar
The argument to the sine function. 
See Also