IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

max (property)

The exclusive upper bound.

Syntax

@property (nonatomic,readwrite,assign,getter=max,setter=setMax:) int max;
- (int)max;
- (void)setMax:(int)newMax;
public var max: Int32 {
  get {...}
set {...} }

Default Value

100

Remarks

This property specifies the exclusive upper bound of the random integer to be generated. The value must be greater than Min. The default value is 100.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 iOS Edition - Version 20.0 [Build 8155]