Deep.Net


ConstSpecT

Namespace: SymTensor
Parent Module: ConstSpecTypes

scalar constant value

Union Cases

Union CaseDescription
ConstBool(bool)
Signature: bool
ConstDouble(double)
Signature: double
ConstInt(int)
Signature: int
ConstInt64(int64)
Signature: int64
ConstSingle(single)
Signature: single

Instance members

Instance memberDescription
GetConvertedValue()
Signature: unit -> 'T
Type parameters: 'T

gets the value converting it to type 'T

GetValue()
Signature: unit -> 'T
Type parameters: 'T

gets the value which must be of type 'T

Type
Signature: Type

the type of the constant

CompiledName: get_Type

TypeName
Signature: TypeNameT

the type name of the constant

CompiledName: get_TypeName

Value
Signature: obj

the value as object

CompiledName: get_Value

Fork me on GitHub