Deep.Net


TypeName

Namespace: SymTensor

assembly qualified name of a .NET type

Functions and values

Function or valueDescription
getType tn
Signature: tn:TypeNameT -> Type

gets the System.Type associated by this TypeName

ofObject o
Signature: o:obj -> TypeNameT

gets the TypeName associated with the type of then given object

ofType
Signature: TypeNameT
Type parameters: 'T

gets the TypeName associated with the given type

ofTypeInst t
Signature: t:Type -> TypeNameT

gets the TypeName associated with the given System.Type object

size tn
Signature: tn:TypeNameT -> int

gets the size of the represented type in bytes

size64 tn
Signature: tn:TypeNameT -> int64

gets the size of the represented type in bytes as int64

Fork me on GitHub