메소드 | 설명 | |
---|---|---|
BassFloatVerificationAttribute ( ) : System |
Create BassFloatVerificationAttribute with default InvalidValue.
|
|
BassFloatVerificationAttribute ( float invalidValue ) : System |
Create BassFloatVerificationAttribute with custom InvalidValue.
|
|
VerifyResult ( object result ) : bool |
Verify a float result is correct.
|
public BassFloatVerificationAttribute ( ) : System | ||
리턴 | System |
public BassFloatVerificationAttribute ( float invalidValue ) : System | ||
invalidValue | float | Custom invalid value. |
리턴 | System |
public VerifyResult ( object result ) : bool | ||
result | object | Result of function. |
리턴 | bool |