UomScalarUnit Constructor (Double, Double, String, String, Int64, String, String, String) |
Namespace: FDF.CommonAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax public UomScalarUnit(
double factorB,
double factorC,
string name,
string authority,
long authorityCode,
string aliasName,
string abbreviation,
string remarks
)
Public Sub New (
factorB As Double,
factorC As Double,
name As String,
authority As String,
authorityCode As Long,
aliasName As String,
abbreviation As String,
remarks As String
)
public:
UomScalarUnit(
double factorB,
double factorC,
String^ name,
String^ authority,
long long authorityCode,
String^ aliasName,
String^ abbreviation,
String^ remarks
)
new :
factorB : float *
factorC : float *
name : string *
authority : string *
authorityCode : int64 *
aliasName : string *
abbreviation : string *
remarks : string -> UomScalarUnit
Parameters
- factorB
- Type: SystemDouble
- factorC
- Type: SystemDouble
- name
- Type: SystemString
- authority
- Type: SystemString
- authorityCode
- Type: SystemInt64
- aliasName
- Type: SystemString
- abbreviation
- Type: SystemString
- remarks
- Type: SystemString
See Also