Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
blockly > FieldNumber > setMax
Metode FieldNumber.setMax()
Menetapkan nilai maksimum yang dapat dimuat kolom ini. Memperbarui nilai untuk merefleksikan.
Tanda Tangan:
setMax(max: number | string | undefined | null): void;
Parameter
Parameter |
Jenis |
Deskripsi |
maks |
angka | rangkaian | tidak terdefinisi | null (kosong) |
Nilai maksimum. |
Hasil:
void
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-08 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-09-08 UTC."],[[["The `FieldNumber.setMax()` method in Blockly establishes the upper limit for a number field's value."],["It accepts a number, string, undefined, or null as input for the maximum value and automatically adjusts the field's current value within the new bounds."],["The method does not return any value (void) after updating the field's limitations."]]],["The `FieldNumber.setMax()` method sets the maximum allowable value for a field. It accepts a `number`, `string`, `undefined`, or `null` as the `max` parameter, which represents the new maximum value. Upon setting the maximum, the method updates the field's current value to adhere to this new limit. The method returns `void`, indicating no return value.\n"]]