UnitMultiply(Double, Unit) 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 *(
double first,
Unit second
)
Public Shared Operator * (
first As Double,
second As Unit
) As Unit
Dim first As Double
Dim second As Unit
Dim returnValue As Unit
returnValue = (first * second)
public:
static Unit^ operator *(
double first,
Unit^ second
)
static let inline (*)
first : float *
second : Unit : Unit
No code example is currently available or this language may not be supported.
- first Double
-
The first value.
- second Unit
-
The second value.
Unit
The result of the operator.