Exemplo n.º 1
0
 public string FieldStringThreshold(GPU.GPUField field, float thresholdValue)
 {
     return(FieldThreshold.FieldStringThreshold(field, thresholdValue));
 }
Exemplo n.º 2
0
 public string FieldStringThreshold(Core.CPUCoreField field, float thresholdValue)
 {
     return(FieldThreshold.FieldStringThreshold(field, thresholdValue));
 }
Exemplo n.º 3
0
 public string FieldStringThreshold(BasePC <IHardwareable> .PCField field, float thresholdValue)
 {
     return(FieldThreshold.FieldStringThreshold(field, thresholdValue));
 }
Exemplo n.º 4
0
 public string FieldStringThreshold(BaseDrive <ISensor> .DriveField field, float thresholdValue)
 {
     return(FieldThreshold.FieldStringThreshold(field, thresholdValue));
 }
 public string FieldStringThreshold(Motherboard.MotherboardField field, float thresholdValue)
 {
     return(FieldThreshold.FieldStringThreshold(field, thresholdValue));
 }