Returns the product of this complex number and the specified scalar.
 
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Complex Scale(
	double alpha
)
Parameters
- alpha
- Type: SystemDouble
 the scalar
Return Value
Type: 
Complexthe complex number whose value is 
(alpha*this) See Also
See Also