0-05-03 maxValue ApplicationKit NSLevelIndicator 10.4 レシーバーの最大値を返します 解説 レシーバーの最大値を返します。 返り値 ( double ) なし 引数 フレームワーク ApplicationKit クラス NSLevelIndicator Instance Methods 使用可能 10.4 参照 -setMaxValue: 例文 NSCell *tfCell = [tColumn dataCellForRow:0]; NSLog(@"criticalValue - %f",[(NSLevelIndicator *)tfCell maxValue]);