Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
RuleEngine
Range
C# Class RuleEngine.Range
Exibir arquivo
Open project: shayfriedman/WhatCSharpCouldDoThat-Sample
Public Methods
Method
Description
IsInRange
(
int
value
) :
bool
Range
(
decimal
min
,
decimal
max
) :
System
Method Details
IsInRange()
public
method
public
IsInRange
(
int
value
) :
bool
value
int
return
bool
Range()
public
method
public
Range
(
decimal
min
,
decimal
max
) :
System
min
decimal
max
decimal
return
System