IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

min (property)

The inclusive lower bound.

Syntax

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

Default Value

0

Remarks

This property specifies the inclusive lower bound of the random integer to be generated. The value must be less than Max, and must not be negative. The default value is 0.

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