Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Boo
Lang
Runtime
RuntimeServices
ToBool
Boo.Lang.Runtime.RuntimeServices.ToBool C# (CSharp) Method
RuntimeServices Class Documentation
ファイルを表示
Open project: boo-lang/boo
ToBool()
public
static
method
public
static
ToBool
(
double
value
) :
bool
value
double
return
bool
public static bool ToBool(double value) { return 0 != value; }
Same methods
RuntimeServices::
ToBool
(
decimal
value
) :
bool
RuntimeServices::
ToBool
(
float
value
) :
bool
RuntimeServices::
ToBool
(
object
value
) :
bool
RuntimeServices
AddArrays
ArrayEqualityImpl
CheckArrayUnpack
CheckNumericPromotion
Coerce
CoercibleDispatcher
CreateBoolConverter
CreateCoerceDispatcher
CreateGetSliceDispatcher
CreateMethodDispatcher
CreatePropGetDispatcher
CreatePropSetDispatcher
CreateSetSliceDispatcher
DoCreateMethodDispatcher
DoCreatePropGetDispatcher
DoCreatePropSetDispatcher
EmitImplicitConversionDispatcher
EmitPromotionDispatcher
EqualityOperator
Error
FindImplicitConversionMethod
FindImplicitConversionOperator
FormatOperatorName
GetArraySlice
GetConvertTypeCode
GetDefaultMemberName
GetDispatcher
GetEnumerable
GetExtensionMethods
GetMultiDimensionalRange1
GetProperty
GetRange1
GetRange2
GetSlice
IdentityDispatcher
Invoke
InvokeBinaryOperator
InvokeCallable
InvokeRuntimeServicesOperator
InvokeUnaryOperator
IsNumeric
IsPromotableNumeric
Len
Mid
MissingOperatorMessageFor
MoveNext
NormalizeArrayIndex
NormalizeIndex
NormalizeStringIndex
PropagateValueTypeChanges
RegisterExtensions
SetArraySlice
SetMultiDimensionalRange1
SetProperty
SetSlice
ToBool
ToBoolTrue
UnRegisterExtensions
UnboxBoolean
UnboxBooleanDispatcher
UnboxByte
UnboxChar
UnboxDecimal
UnboxDouble
UnboxInt16
UnboxInt32
UnboxInt64
UnboxSByte
UnboxSingle
UnboxUInt16
UnboxUInt32
UnboxUInt64
WithExtensions
op_Addition
op_BitwiseAnd
op_BitwiseOr
op_Division
op_Equality
op_ExclusiveOr
op_Exponentiation
op_GreaterThan
op_GreaterThanOrEqual
op_LessThan
op_LessThanOrEqual
op_Match
op_Member
op_Modulus
op_Multiply
op_NotMatch
op_NotMember
op_ShiftLeft
op_ShiftRight
op_Subtraction
op_UnaryNegation