CheckData() public method

public CheckData ( ) : bool
return bool
コード例 #1
0
 public static bool TrySynthesizeLut(out LookupTable lut, string name, uint da)
 {
     lut = new LookupTable(name, da);
     return(lut.CheckData());
 }
コード例 #2
0
ファイル: LookupTable.cs プロジェクト: Merp/SharpTune
 public static bool TrySynthesizeLut(out LookupTable lut, string name, uint da)
 {
     lut = new LookupTable(name, da);
     return lut.CheckData();
 }