UnitMultiply(Unit, Double) Operator
Implements the operator *
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Unit operator *(
Unit first,
double second
)
Public Shared Operator * (
first As Unit,
second As Double
) As Unit
Dim first As Unit
Dim second As Double
Dim returnValue As Unit
returnValue = (first * second)
public:
static Unit^ operator *(
Unit^ first,
double second
)
static let inline (*)
first : Unit *
second : float : Unit
No code example is currently available or this language may not be supported.
- first Unit
-
The first value.
- second Double
-
The second value.
Unit
The result of the operator.