IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

Min Property

The inclusive lower bound.

Syntax

ANSI (Cross Platform)
int GetMin();
int SetMin(int iMin); Unicode (Windows) INT GetMin();
INT SetMin(INT iMin);
@property (nonatomic,readwrite,assign,getter=min,setter=setMin:) int min;
- (int)min;
- (void)setMin:(int)newMin;
#define PID_EZRAND_MIN 3

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_EzRand_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_EzRand_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

Integer

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