Beispiel #1
0
 public void Poundspersquareinch_2_hectopascals()
 {
     FloatCompare(68.947572799999125f, PoundsPerSquareInch.Hectopascals(1));
 }
Beispiel #2
0
 public void Poundspersquareinch_2_kilopascals()
 {
     FloatCompare(6.8947572799999125f, PoundsPerSquareInch.Kilopascals(1));
 }
Beispiel #3
0
 public void Poundspersquareinch_2_pascals()
 {
     FloatCompare(6894.7572799999125f, PoundsPerSquareInch.Pascals(1));
 }