Converts the specified quantity values from a
given unit to another unit.
| [Visual Basic .NET] |
|---|
Public Function ConvertQuantityArray( _
ByVal DimensionName As String, _
ByVal FromUnit As String, _
ByVal ToUnit As String, _
ByRef QuantityValues As System.Array _
) As System.Array
|
| [C#] |
|---|
public System.Array ConvertQuantityArray(
|
| [Managed C++] |
|---|
public: System::Array ConvertQuantityArray(
|
| [Java] |
|---|
public Object[] convertQuantityArray(
|
| [Unmanaged C++] |
|---|
public: HRESULT ConvertQuantityArray(
|
- DimensionName
- FromUnit
- ToUnit
- QuantityValues
Convert mulitple
quantities of the same unit to another unit
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Convert mulitple
quantities of the same unit to another unit
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||