コード例 #1
0
 public bool TryGetFloat(int index, ref float output)
 {
     return(TextRecordParsing.GetFloat(items, index, ref output));
 }