Deep.Net


FracT

Namespace: SymTensor
Parent Module: SizeSymbolTypes

a rational number

Record Fields

Record FieldDescription
Dnm
Signature: int64
Nom
Signature: int64

Constructors

ConstructorDescription
new(value)
Signature: value:int64 -> FracT

CompiledName: .ctor

new(nom, dnm)
Signature: (nom:int64 * dnm:int64) -> FracT

CompiledName: .ctor

Instance members

Instance memberDescription
IntValue
Signature: int64

CompiledName: get_IntValue

Pretty
Signature: string

CompiledName: get_Pretty

Static members

Static memberDescription
( - )(a, b)
Signature: (a:int64 * b:FracT) -> FracT

CompiledName: op_Subtraction

( - )(a, b)
Signature: (a:FracT * b:int64) -> FracT

CompiledName: op_Subtraction

( - )(a, b)
Signature: (a:FracT * b:FracT) -> FracT

CompiledName: op_Subtraction

( * )(a, b)
Signature: (a:int64 * b:FracT) -> FracT

CompiledName: op_Multiply

( * )(a, b)
Signature: (a:FracT * b:int64) -> FracT

CompiledName: op_Multiply

( * )(a, b)
Signature: (a:FracT * b:FracT) -> FracT

CompiledName: op_Multiply

( .<> )(a, b)
Signature: (a:int64 * b:FracT) -> bool

CompiledName: op_DotLessGreater

( .<> )(a, b)
Signature: (a:FracT * b:int64) -> bool

CompiledName: op_DotLessGreater

( .<> )(a, b)
Signature: (a:FracT * b:FracT) -> bool

CompiledName: op_DotLessGreater

( .= )(a, b)
Signature: (a:int64 * b:FracT) -> bool

CompiledName: op_DotEquals

( .= )(a, b)
Signature: (a:FracT * b:int64) -> bool

CompiledName: op_DotEquals

( .= )(a, b)
Signature: (a:FracT * b:FracT) -> bool

CompiledName: op_DotEquals

( / )(a, b)
Signature: (a:int64 * b:FracT) -> FracT

CompiledName: op_Division

( / )(a, b)
Signature: (a:FracT * b:int64) -> FracT

CompiledName: op_Division

( / )(a, b)
Signature: (a:FracT * b:FracT) -> FracT

CompiledName: op_Division

( ~- )(a)
Signature: a:FracT -> FracT

CompiledName: op_UnaryNegation

( + )(a, b)
Signature: (a:int64 * b:FracT) -> FracT

CompiledName: op_Addition

( + )(a, b)
Signature: (a:FracT * b:int64) -> FracT

CompiledName: op_Addition

( + )(a, b)
Signature: (a:FracT * b:FracT) -> FracT

CompiledName: op_Addition

get_One()
Signature: unit -> FracT
get_Zero()
Signature: unit -> FracT
Fork me on GitHub