예제 #1
0
 public DimensionInformation(DimensionInformation dimensionInformation)
 {
     LengthExponent            = dimensionInformation.LengthExponent;
     MassExponent              = dimensionInformation.MassExponent;
     TimeExponent              = dimensionInformation.TimeExponent;
     ElectricCurrentExponent   = dimensionInformation.ElectricCurrentExponent;
     TemperatureExponent       = dimensionInformation.TemperatureExponent;
     AmountExponent            = dimensionInformation.AmountExponent;
     LuminousIntensityExponent = dimensionInformation.LuminousIntensityExponent;
 }
예제 #2
0
 // ReSharper disable once UnusedMember.Global
 public QuantityDimensionInformation(string quantityName, DimensionInformation dimensionInformation) : base(dimensionInformation)
 {
     QuantityName = quantityName;
 }